Skip to main content

CreateEventInput

Autogenerated input type of CreateEvent

input CreateEventInput {
clientMutationId: String
event: EventInput!
signedImageBlobIds: [ID!]
}

Fields

CreateEventInput.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

CreateEventInput.event ● EventInput! non-null input

The event attributes

CreateEventInput.signedImageBlobIds ● [ID!] list scalar

Signed blob IDs for images to attach to this event

Member Of

createEvent mutation