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 } + +