DeleteEventFunctionFeeTypeInput
Defines the input for deleting an event function fee type.
input DeleteEventFunctionFeeTypeInput {
eventId: ID!
functionFeeTypeId: ID!
}
Fields
DeleteEventFunctionFeeTypeInput.eventId
● ID!
non-null scalar
The identifier of the event the function fee type is associated with.
DeleteEventFunctionFeeTypeInput.functionFeeTypeId
● ID!
non-null scalar
The identifier of the function fee type.
Member Of
deleteEventFunctionFeeType
mutation