Queries

category

Gets a category with the specified ID. Use either alias or categoryId. If both are provided, categoryId will be used.

Gets a category with the specified ID. Use either alias or categoryId. If both are provided, categoryId will be used.

category(
  alias: String
  categoryId: Int
  channelId: String
  languageId: String
  marketId: String
): CategoryType

Arguments

alias ● String scalar

The category alias

categoryId ● Int scalar

The category id

channelId ● String scalar

The channel ID. Will default to an existing value if it is not found.

languageId ● String scalar

The language ID. Will default to an existing value if it is not found.

marketId ● String scalar

The market ID. Will default to an existing value if it is not found.

Type

CategoryType object

Type containing category information