DeleteMembershipContactStoreFunctionInput
Defines the input for deleting an event function.
input DeleteMembershipContactStoreFunctionInput {
functionId: ID!
membershipContactStoreId: ID!
}
Fields
DeleteMembershipContactStoreFunctionInput.functionId
● ID!
non-null scalar
The identifier of the function.
DeleteMembershipContactStoreFunctionInput.membershipContactStoreId
● ID!
non-null scalar
The identifier of the membership contact store the function is associated with.
Member Of
deleteMembershipContactStoreFunction
mutation