OBJECT
Mutation
link GraphQL Schema definition
- type Mutation {
- # Arguments
- # email: [Not documented]
- # password: [Not documented]
- # firstname: [Not documented]
- # lastname: [Not documented]
- (
- String!, :
- String!, :
- String!, :
- String! :
- ): User
- # Arguments
- # userId: [Not documented]
- # operatorId: [Not documented]
- String!, : String): Conversation ( :
- # Arguments
- # conversationId: [Not documented]
- # userId: [Not documented]
- # content: [Not documented]
- String!, : String!, : String!): Message ( :
- }
link Require by
This element is not required by anyone