DeleteGroupFunctionRegistrationInput
Defines the input for deleting a group function registration.
input DeleteGroupFunctionRegistrationInput {
contactId: ID!
eventId: ID!
functionRegistrationId: ID!
}
Fields
DeleteGroupFunctionRegistrationInput.contactId
● ID!
non-null scalar
The identifier of the contact the function registration is associated with.
DeleteGroupFunctionRegistrationInput.eventId
● ID!
non-null scalar
The identifier of the event the function registration is associated with.
DeleteGroupFunctionRegistrationInput.functionRegistrationId
● ID!
non-null scalar
The identifier of the function registration.
Member Of
deleteGroupFunctionRegistration
mutation