UpdateEventCategoryInput
Autogenerated input type of UpdateEventCategory
input UpdateEventCategoryInput {
clientMutationId: String
event_category: EventCategoryInput!
id: ID
}
Fields
UpdateEventCategoryInput.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
UpdateEventCategoryInput.event_category
● EventCategoryInput!
non-null input
UpdateEventCategoryInput.id
● ID
scalar
Member Of
updateEventCategory
mutation