DEV

Query.

category

Fetch a single Category from the organization's universe by id.

Arguments

id

ID!

Required

No description

Returns:

Category

GraphQL
1
2
3
type Query {
  category(id: ID!): Category
}
Book a demo

Was this page helpful?