chatCreate

Graphql fields and variables for the chatCreate mutation

Create a chat

Scope required: standard:write

mutation chatCreate () {
  chatCreate () {
      chatId
      errors
  }
}

Response

Name
Type
Description

chatId

String

errors

List (String)

Last updated

Was this helpful?