Skip to main content

CreateCeContactStoreScopedCustomFieldTabInput

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

input CreateCeContactStoreScopedCustomFieldTabInput {
area: CeContactStoreScopedCustomFieldArea!
ceContactStoreId: ID!
name: String!
}

Fields

CreateCeContactStoreScopedCustomFieldTabInput.area ● CeContactStoreScopedCustomFieldArea! non-null enum

The area of a continuning education contact store the custom field tab applies to.

CreateCeContactStoreScopedCustomFieldTabInput.ceContactStoreId ● ID! non-null scalar

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

CreateCeContactStoreScopedCustomFieldTabInput.name ● String! non-null scalar

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

Member Of

createCeContactStoreScopedCustomFieldTab mutation