graphql
graphql copied to clipboard
Limiting Visibility of GraphQL Schema
GraphQL libraries like GraphQL Ruby and GraphQL Java support hiding GraphQL schema fields from certain types of users.
I'm having a hard time finding such a feature in this library. Does such a feature exist? If not, that's totally fine. I just don't want to reinvent the wheel. Thanks!
This would very useful. I'm looking for a way to hide the admin endpoints from the schema.