Graphql fields and variables for the chatCreate mutation
Create a chat
Scope required: standard:write
mutation chatCreate () { chatCreate () { chatId errors } }
chatId
String
errors
List (String)
Last updated 5 months ago
Was this helpful?