createMembershipContactStoreFunctionRegistrationWithBasicGuests
Creates a new function registration for a contact in a membership contact store.
Use this mutation when the guestType
for the associated MembershipContactStoreFunction
is RECORD_BASIC_NAME_DETAILS_ONLY
. The guest details are captured
for the purposes of attending the function and are not stored as a MembershipContactStoreContact
in EventsAir.
createMembershipContactStoreFunctionRegistrationWithBasicGuests(
input: CreateMembershipContactStoreFunctionRegistrationWithBasicGuestsInput!
): CreateMembershipContactStoreFunctionRegistrationPayload!
Arguments
createMembershipContactStoreFunctionRegistrationWithBasicGuests.input
● CreateMembershipContactStoreFunctionRegistrationWithBasicGuestsInput!
non-null input
Type
CreateMembershipContactStoreFunctionRegistrationPayload
object
The payload object returned when creating a function registration for a contact in a membership contact store.