Skip to main content

CustomFieldTemplate

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

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

Fields

CustomFieldTemplate.id ● ID! non-null scalar

The Globally Unique ID of this object

CustomFieldTemplate.createdAt ● DateTime! non-null scalar

CustomFieldTemplate.updatedAt ● DateTime! non-null scalar

CustomFieldTemplate.contentTypeEnum ● CustomFieldTemplateEnum enum

Content type of custom field template in human-readable format

CustomFieldTemplate.contentType ● CustomFieldTemplateEnum enum

Content type of custom field template (Graphene alias)

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

Custom attributes for this template

Interfaces

Node interface

An object with a Globally Unique ID

Returned By

customFieldTemplate query ● customFieldTemplates query

Member Of

CustomAttributeAssign object ● CustomAttributeUnassign object

Was this page helpful?