DeleteEventCeCreditInput
Defines the input for deleting a ce credit in an event.
input DeleteEventCeCreditInput {
ceCreditId: ID!
eventId: ID!
}
Fields
DeleteEventCeCreditInput.ceCreditId ● ID! non-null scalar
The identifier of the ce credit.
DeleteEventCeCreditInput.eventId ● ID! non-null scalar
The identifier of the event the ce credit is associated with.
Member Of
deleteEventCeCredit mutation