Skip to main content

BaseCustomFieldSchema (Object)

Description

No description



Fields

NameDescription
archived - Boolean
description - String
externalKeys - [String!]
items - BaseCustomFieldSchema
key - String!
name - String!
properties - [BaseCustomFieldSchema!]
required - Boolean
type - CustomFieldType!
typeOptions - CustomFieldTypeOptions
validators - [CustomFieldValidator!]

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