Alokai

FieldDefinition

Field definitions describe custom fields and allow you to define some meta-information associated with the field.

type FieldDefinition = {
  __typename?: 'FieldDefinition';
  name: Scalars['String'];
  required: Scalars['Boolean'];
  inputHint: TextInputHint;
  label?: Maybe<Scalars['String']>;
  labelAllLocales: Array<LocalizedString>;
  type: FieldType;
};

Referenced Types

On this page