BaseCustomFieldSchema
No description
type BaseCustomFieldSchema {
archived: Boolean
description: String
externalKeys: [String!]
items: BaseCustomFieldSchema
key: String!
name: String!
properties: [BaseCustomFieldSchema!]
required: Boolean
type: CustomFieldType!
typeOptions: CustomFieldTypeOptions
validators: [CustomFieldValidator!]
}