FieldDefinitionLabelArgs
Field definitions describe custom fields and allow you to define some meta-information associated with the field.
type FieldDefinitionLabelArgs = {
locale?: InputMaybe<Scalars['Locale']>;
acceptLanguage?: InputMaybe<Array<Scalars['Locale']>>;
};