UpdateMembershipContactStoreInput
Defines the input for updating the details for a membership contact store.
input UpdateMembershipContactStoreInput {
customFields: [CustomFieldInput!]
membershipContactStoreId: ID!
}
Fields
UpdateMembershipContactStoreInput.customFields
● [CustomFieldInput!]
list input
The custom fields to update or create for the membership contact store. Optional.
UpdateMembershipContactStoreInput.membershipContactStoreId
● ID!
non-null scalar
The ID of the membership contact store to be updated.
Member Of
updateMembershipContactStore
mutation