Skip to content

Commit

Permalink
Updates schema.graphql
Browse files Browse the repository at this point in the history
  • Loading branch information
VanshikaSabharwal authored Nov 7, 2024
1 parent 6ed678d commit 393874f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -1525,9 +1525,12 @@ input createUserFamilyInput {
title: String!
userIds: [ID!]!
}

input chatInput {
isGroup: Boolean!
organizationId: ID
userIds: [ID!]!
name: String
}


0 comments on commit 393874f

Please sign in to comment.