From 935721de2cff613e60dfe232c27863653215a25d Mon Sep 17 00:00:00 2001 From: Robin Moffatt Date: Wed, 10 Jan 2024 17:24:43 +0000 Subject: [PATCH] feat: update schoolprofileschema --- schema.graphql | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/schema.graphql b/schema.graphql index 0cf49fd..e86aacf 100644 --- a/schema.graphql +++ b/schema.graphql @@ -13,7 +13,14 @@ type School { } type SchoolProfile { - request: String + request: { + items: String + banner: String + helpBannerTitle: String + helpBannerBody: String + whatToExpect: String + actionText: String + } donate: String excess: String }