Skip to main content

customFieldTemplate

Look up a custom field template by ID or Content Type.

customFieldTemplate(
id: ID
contentType: CustomFieldTemplateEnum
): CustomFieldTemplate

Arguments

customFieldTemplate.id ● ID scalar

ID of the custom field template.

customFieldTemplate.contentType ● CustomFieldTemplateEnum enum

Model of the custom field template.

Type

CustomFieldTemplate object

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

Was this page helpful?