Skip to main content

CancelMembershipContactStoreFunctionRegistrationInput

Defines the input for canceling a function registration in a membership contact store.

input CancelMembershipContactStoreFunctionRegistrationInput {
contactId: ID!
functionRegistrationId: ID!
membershipContactStoreId: ID!
}

Fields

CancelMembershipContactStoreFunctionRegistrationInput.contactId ● ID! non-null scalar

The identifier of the contact.

CancelMembershipContactStoreFunctionRegistrationInput.functionRegistrationId ● ID! non-null scalar

The identifier of the function registration.

CancelMembershipContactStoreFunctionRegistrationInput.membershipContactStoreId ● ID! non-null scalar

The identifier of the membership contact store.

Member Of

cancelMembershipContactStoreFunctionRegistration mutation