CustomFieldSchema
No description
type CustomFieldSchema {
archived: Boolean
default: String
description: String
externalKeys: [String!]
items: BaseCustomFieldSchema
key: String!
name: String!
properties: [BaseCustomFieldSchema!]
readPrivacy: CustomFieldPrivacy
required: Boolean
searchable: Boolean
settings: [CustomFieldSettings!]
type: CustomFieldType!
typeOptions: CustomFieldTypeOptions
validators: [CustomFieldValidator!]
writePrivacy: CustomFieldPrivacy
}