Skip to content

Commit

Permalink
[DOCS] note on debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
weisswurstkanone committed Jan 17, 2022
1 parent 2c1e7e1 commit 2d78723
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion doc/10_GraphQL/README.md
Expand Up @@ -70,4 +70,11 @@ Just add the parameter `?pimcore_outputfilters_disabled=true` to the URL. This w

### Customize the Cache Behaviour
It is possible to customize some behavior of output cache with event listeners. For details
see [Events Documentation](./10_Events.md).
see [Events Documentation](./10_Events.md).

### Note on Debugging with iGraplQL playground

Open the settings and change `request.credentials` to `include`. Otherwise the
`XDEBUG_SESSION` cookie header will get removed by default.

![Settings](../img/graphql/debugging.png)
Binary file added doc/img/graphql/debugging.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2d78723

Please sign in to comment.