Mutation
Variables
Response
Mutations
createEvent
Create a new event in a space
MUTATION
createEvent(input: CreateEventInput!): CreateEventPayloadArguments
input
CreateEventInput!
required
Parameters for CreateEvent
Returns
clientMutationId
String
A unique identifier for the client performing the mutation.
errors
[String!]!
event
Mutation
Variables
Response