Skip to main content

CreateContactStoreScopedCustomFieldDefinitionPayload

Payload when creating a custom field definition for a contact store.

type CreateContactStoreScopedCustomFieldDefinitionPayload {
customFieldDefinition: ContactStoreCustomFieldDefinition!
}

Fields

CreateContactStoreScopedCustomFieldDefinitionPayload.customFieldDefinition ● ContactStoreCustomFieldDefinition! non-null object

The newly created custom field definition.

Returned By

createContactStoreScopedCustomFieldDefinition mutation