Type alias Locale

Locale: {
    __typename?: "Locale";
    apiId: Scalars["String"];
    createdAt: Scalars["DateTime"];
    description?: Maybe<Scalars["String"]>;
    displayName: Scalars["String"];
    id: Scalars["ID"];
    isDefault: Scalars["Boolean"];
    updatedAt: Scalars["DateTime"];
}

Type declaration

  • Optional __typename?: "Locale"
  • apiId: Scalars["String"]

    Determines how the locale is exposed in the Content API

  • createdAt: Scalars["DateTime"]
  • Optional description?: Maybe<Scalars["String"]>
  • displayName: Scalars["String"]
  • id: Scalars["ID"]
  • isDefault: Scalars["Boolean"]

    Specifies if the locale is used as the default locale which impacts the Content API

  • updatedAt: Scalars["DateTime"]

Generated using TypeDoc