DeleteEventFunctionInput
Defines the input for deleting an event function.
input DeleteEventFunctionInput {
eventId: ID!
functionId: ID!
}
Fields
DeleteEventFunctionInput.eventId ● ID! non-null scalar
The identifier of the event the function is associated with.
DeleteEventFunctionInput.functionId ● ID! non-null scalar
The identifier of the function.
Member Of
deleteEventFunction mutation