Skip to main content

CustomFieldTemplate

Represents a type of custom field set. It defines what attributes are available to instances of this type.

type CustomFieldTemplate implements Node {
id: ID!
createdAt: DateTime!
updatedAt: DateTime!
contentType: CustomFieldTemplateEnum
customAttributes: [Attribute!]!
}

Fields

CustomFieldTemplate.id ● ID! non-null scalar

The ID of the object

CustomFieldTemplate.createdAt ● DateTime! non-null scalar

CustomFieldTemplate.updatedAt ● DateTime! non-null scalar

CustomFieldTemplate.contentType ● CustomFieldTemplateEnum enum

Content type of custom field type in human-readable format.

CustomFieldTemplate.customAttributes ● [Attribute!]! non-null object

Custom attributes for the custom field template.

Interfaces

Node interface

An object with an ID

Returned By

customFieldTemplate query ● customFieldTemplates query

Member Of

CustomAttributeAssign object ● CustomAttributeUnassign object

Was this page helpful?