GraphiQLBundle
GraphiQLBundle copied to clipboard
Hide a field which is not accessible to a customer of a GraphiQL endpoint
| Q | A |
|---|---|
| Bug report? | no |
| Feature request? | yes |
| BC Break report? | no |
| RFC? | no |
| Version/Branch | 0.2.1 |
Hello,
We're using GraphiQL as a great testing/doc tool for our B2B customers which are using our APIs. I note that, even if there is an access attribute on a field, it is displayed on GraphiQL So, we can see it exists on a type, but the customer cannot get it.
Is there a way to configure a field to be hidden in GraphiQL, the same way we allow/disallow access?
Thank you Jourdan