> For the complete documentation index, see [llms.txt](https://developer.collibra.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.collibra.com/api/graphql/data-access/queries/grant-categories.md).

# grantCategories

Retrieves a list of all grant categories.

```graphql
grantCategories: [GrantCategory!]!
```

### Type

#### [`GrantCategory`](/api/graphql/data-access/object-types/grant-category.md) object

Represent a grant category. Grant categories are used to categorize access controls with `action=Grant` to allow structuring them better.
