Skip to main content

CreateContactStoreScopedCustomFieldTabInput

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

input CreateContactStoreScopedCustomFieldTabInput {
area: ContactStoreScopedCustomFieldArea!
contactStoreId: ID!
name: String!
}

Fields

CreateContactStoreScopedCustomFieldTabInput.area ● ContactStoreScopedCustomFieldArea! non-null enum

The area in a contact store the custom field tab applies to.

CreateContactStoreScopedCustomFieldTabInput.contactStoreId ● ID! non-null scalar

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

CreateContactStoreScopedCustomFieldTabInput.name ● String! non-null scalar

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

Member Of

createContactStoreScopedCustomFieldTab mutation