UpdateEventCategoryPayload
Autogenerated return type of UpdateEventCategory.
type UpdateEventCategoryPayload {
clientMutationId: String
event_category: EventCategory!
}
Fields
UpdateEventCategoryPayload.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
UpdateEventCategoryPayload.event_category
● EventCategory!
non-null object
Returned By
updateEventCategory
mutation