Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions content/collections/docs/graphql.md
Original file line number Diff line number Diff line change
Expand Up @@ -1521,6 +1521,10 @@ EntriesQuery::auth(function () {
});
```

:::warning
Make sure to [disable caching](#disabling-caching) when using authorization. Otherwise the cached authorized response will be served even to unauthorized clients!
:::

## Custom fields

You can add fields to certain types by using the `addField` method on the facade.
Expand Down