Alokai

TypeDefinitionDescriptionArgs

Types define the structure of custom fields which can be attached to different entities throughout the platform.

type TypeDefinitionDescriptionArgs = {
  locale?: InputMaybe<Scalars['Locale']>;
  acceptLanguage?: InputMaybe<Array<Scalars['Locale']>>;
};

Referenced Types

On this page