DeleteEventFunctionGroupInput
Defines the input for deleting an event function group.
input DeleteEventFunctionGroupInput {
eventId: ID!
functionGroupId: ID!
}
Fields
DeleteEventFunctionGroupInput.eventId ● ID! non-null scalar
The identifier of the event the function group is associated with.
DeleteEventFunctionGroupInput.functionGroupId ● ID! non-null scalar
The unique identifier for the function group.
Member Of
deleteEventFunctionGroup mutation