OBJECT

Mutation

link GraphQL Schema definition

  • type Mutation {
  • # Arguments
  • # email: [Not documented]
  • # password: [Not documented]
  • # firstname: [Not documented]
  • # lastname: [Not documented]
  • addUser(
  • email: String!,
  • password: String!,
  • firstname: String!,
  • lastname: String!
  • ): User
  • # Arguments
  • # userId: [Not documented]
  • # operatorId: [Not documented]
  • addConversation(userId: String!, operatorId: String): Conversation
  • # Arguments
  • # conversationId: [Not documented]
  • # userId: [Not documented]
  • # content: [Not documented]
  • addMessage(conversationId: String!, userId: String!, content: String!): Message
  • }

link Require by

This element is not required by anyone