Skip to main content

UpdateMembershipContactStoreContactGroupCustomFieldsInput

Defines the input details for creating or updating the custom fields of a contact group in a membership contact store.

input UpdateMembershipContactStoreContactGroupCustomFieldsInput {
coordinatorId: ID!
customFields: [CustomFieldInput!]!
membershipContactStoreId: ID!
}

Fields

UpdateMembershipContactStoreContactGroupCustomFieldsInput.coordinatorId ● ID! non-null scalar

The identifier of the contact who is the coordinator of the group.

UpdateMembershipContactStoreContactGroupCustomFieldsInput.customFields ● [CustomFieldInput!]! non-null input

The custom fields to create or update for the contact group.

UpdateMembershipContactStoreContactGroupCustomFieldsInput.membershipContactStoreId ● ID! non-null scalar

The identifier of the membership contact store associated with the coorodinator.

Member Of

updateMembershipContactStoreContactGroupCustomFields mutation