Skip to main content

CreateEventCategoryInput

Autogenerated input type of CreateEventCategory

input CreateEventCategoryInput {
clientMutationId: String
event_category: EventCategoryInput!
}

Fields

CreateEventCategoryInput.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

CreateEventCategoryInput.event_category ● EventCategoryInput! non-null input

Member Of

createEventCategory mutation