CreateExternalEventInput
All input for the create ExternalEvent mutation.
input CreateExternalEventInput {
clientMutationId: String
externalEvent: ExternalEventInput!
}
Fields
CreateExternalEventInput.clientMutationId ● String scalar
An arbitrary string value with no semantic meaning. Will be included in the payload verbatim. May be used to track mutations by the client.
CreateExternalEventInput.externalEvent ● ExternalEventInput! non-null input
The ExternalEvent to be created by this mutation.
Member Of
createExternalEvent mutation