Skip to main content

UpdateContactStoreScopedCustomFieldTabInput

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

input UpdateContactStoreScopedCustomFieldTabInput {
contactStoreId: ID!
customFieldTabId: ID!
name: String!
}

Fields

UpdateContactStoreScopedCustomFieldTabInput.contactStoreId ● ID! non-null scalar

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

UpdateContactStoreScopedCustomFieldTabInput.customFieldTabId ● ID! non-null scalar

The identifier of the custom field tab.

UpdateContactStoreScopedCustomFieldTabInput.name ● String! non-null scalar

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

Member Of

updateContactStoreScopedCustomFieldTab mutation