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