OBJECT
Information relating to a CustomField
type CustomField implements Node {description: String fieldType: CustomFieldFieldTypeEnum! id: ID! name: String! placeholder: String required: Boolean! }