From e4e72c118a94a020efde0015e32b86abcd47f073 Mon Sep 17 00:00:00 2001 From: Vanshika Sabharwal <143436704+VanshikaSabharwal@users.noreply.github.com> Date: Thu, 7 Nov 2024 16:03:34 +0530 Subject: [PATCH 1/7] Update schema.graphql --- schema.graphql | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/schema.graphql b/schema.graphql index 3ede71c258..c993e51d8d 100644 --- a/schema.graphql +++ b/schema.graphql @@ -694,12 +694,7 @@ type Mutation { revokeRefreshTokenForUser: Boolean! saveFcmToken(token: String): Boolean! sendMembershipRequest(organizationId: ID!): MembershipRequest! - sendMessageToChat( - chatId: ID! - messageContent: String! - type: String! - replyTo: ID - ): ChatMessage! + sendMessageToChat(chatId: ID!, messageContent: String!, type: String!, replyTo: ID): ChatMessage! signUp(data: UserInput!, file: String): AuthData! togglePostPin(id: ID!, title: String): Post! unassignUserTag(input: ToggleUserTagAssignInput!): User @@ -1030,12 +1025,7 @@ type Query { skip: Int where: EventWhereInput ): [Event!]! - advertisementsConnection( - after: String - before: String - first: PositiveInt - last: PositiveInt - ): AdvertisementsConnection + advertisementsConnection(after: String, before: String, first: PositiveInt, last: PositiveInt): AdvertisementsConnection getDonationById(id: ID!): Donation! getDonationByOrgId(orgId: ID!): [Donation] getDonationByOrgIdConnection( @@ -1092,7 +1082,7 @@ type Query { skip: Int where: UserWhereInput ): [UserData]! - venue(id: ID!): [Venue] + venue(id:ID!):[Venue] } input RecaptchaVerification { @@ -1395,7 +1385,7 @@ input UserInput { firstName: String! lastName: String! password: String! - selectedOrganization: ID! + selectedOrganization : ID! } enum UserOrderByInput { From 98eb4eb5c18a7e8e01cceebc4811e9f54de060c3 Mon Sep 17 00:00:00 2001 From: Vanshika Sabharwal <143436704+VanshikaSabharwal@users.noreply.github.com> Date: Thu, 7 Nov 2024 16:06:10 +0530 Subject: [PATCH 2/7] Update schema.graphql From d9d93fcd620160bce44d347b5bc00f9a12a7e3a3 Mon Sep 17 00:00:00 2001 From: Vanshika Sabharwal <143436704+VanshikaSabharwal@users.noreply.github.com> Date: Thu, 7 Nov 2024 16:08:15 +0530 Subject: [PATCH 3/7] Updated schema.graphql From 6ed678d6b156f06db7c6407b3d06a139f3a28eaf Mon Sep 17 00:00:00 2001 From: Vanshika Sabharwal <143436704+VanshikaSabharwal@users.noreply.github.com> Date: Thu, 7 Nov 2024 16:08:40 +0530 Subject: [PATCH 4/7] Update schema.graphql --- schema.graphql | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/schema.graphql b/schema.graphql index c993e51d8d..badda543ee 100644 --- a/schema.graphql +++ b/schema.graphql @@ -1525,10 +1525,9 @@ input createUserFamilyInput { title: String! userIds: [ID!]! } - input chatInput { isGroup: Boolean! organizationId: ID userIds: [ID!]! name: String -} + } From 393874f241168c84cc5581e611dd86ab6472e3ee Mon Sep 17 00:00:00 2001 From: Vanshika Sabharwal <143436704+VanshikaSabharwal@users.noreply.github.com> Date: Thu, 7 Nov 2024 16:09:50 +0530 Subject: [PATCH 5/7] Updates schema.graphql --- schema.graphql | 3 +++ 1 file changed, 3 insertions(+) diff --git a/schema.graphql b/schema.graphql index badda543ee..0787e545e8 100644 --- a/schema.graphql +++ b/schema.graphql @@ -1525,9 +1525,12 @@ input createUserFamilyInput { title: String! userIds: [ID!]! } + input chatInput { isGroup: Boolean! organizationId: ID userIds: [ID!]! name: String } + + From e0f8376a00a4a42dfd929877366d8de9a93f394f Mon Sep 17 00:00:00 2001 From: Vanshika Sabharwal <143436704+VanshikaSabharwal@users.noreply.github.com> Date: Thu, 7 Nov 2024 16:10:46 +0530 Subject: [PATCH 6/7] Update schema.graphql --- schema.graphql | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/schema.graphql b/schema.graphql index 0787e545e8..6505e16154 100644 --- a/schema.graphql +++ b/schema.graphql @@ -1530,7 +1530,4 @@ input chatInput { isGroup: Boolean! organizationId: ID userIds: [ID!]! - name: String - } - - + name: String} From e072b0da6f2c4edf092633387f5301a9ae1c5e05 Mon Sep 17 00:00:00 2001 From: Vanshika Sabharwal <143436704+VanshikaSabharwal@users.noreply.github.com> Date: Thu, 7 Nov 2024 16:11:44 +0530 Subject: [PATCH 7/7] Update schema.graphql --- schema.graphql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/schema.graphql b/schema.graphql index 6505e16154..3e8768db84 100644 --- a/schema.graphql +++ b/schema.graphql @@ -1530,4 +1530,5 @@ input chatInput { isGroup: Boolean! organizationId: ID userIds: [ID!]! - name: String} + name: String +}