FieldDefinitionInput
type FieldDefinitionInput = {
type: FieldTypeInput;
name: Scalars['String'];
label: Array<LocalizedStringItemInputType>;
required: Scalars['Boolean'];
inputHint: TextInputHint;
};type FieldDefinitionInput = {
type: FieldTypeInput;
name: Scalars['String'];
label: Array<LocalizedStringItemInputType>;
required: Scalars['Boolean'];
inputHint: TextInputHint;
};