Skip to main content

UpdateCeContactStoreScopedCustomFieldTabInput

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

input UpdateCeContactStoreScopedCustomFieldTabInput {
ceContactStoreId: ID!
customFieldTabId: ID!
name: String!
}

Fields

UpdateCeContactStoreScopedCustomFieldTabInput.ceContactStoreId ● ID! non-null scalar

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

UpdateCeContactStoreScopedCustomFieldTabInput.customFieldTabId ● ID! non-null scalar

The identifier of the custom field tab.

UpdateCeContactStoreScopedCustomFieldTabInput.name ● String! non-null scalar

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

Member Of

updateCeContactStoreScopedCustomFieldTab mutation