Skip to main content

UpdateMembershipContactStoreScopedCustomFieldTabInput

Defines the input details for updating an custom field tab for a contact store.

input UpdateMembershipContactStoreScopedCustomFieldTabInput {
customFieldTabId: ID!
membershipContactStoreId: ID!
name: String!
}

Fields

UpdateMembershipContactStoreScopedCustomFieldTabInput.customFieldTabId ● ID! non-null scalar

The identifier of the custom field tab.

UpdateMembershipContactStoreScopedCustomFieldTabInput.membershipContactStoreId ● ID! non-null scalar

The identifier of the membership contact store the custom field tab is associated with.

UpdateMembershipContactStoreScopedCustomFieldTabInput.name ● String! non-null scalar

A UTF-8 string representing the name of the custom field tab.

Member Of

updateMembershipContactStoreScopedCustomFieldTab mutation