UpdateExternalEventInput
All input for the updateExternalEvent mutation.
input UpdateExternalEventInput {
clientMutationId: String
patch: ExternalEventPatch!
id: String!
}
Fields
UpdateExternalEventInput.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.
UpdateExternalEventInput.patch ● ExternalEventPatch! non-null input
An object where the defined keys will be set on the ExternalEvent being updated.
UpdateExternalEventInput.id ● String! non-null scalar
Member Of
updateExternalEvent mutation