graphql icon indicating copy to clipboard operation
graphql copied to clipboard

Limiting Visibility of GraphQL Schema

Open mrthankyou opened this issue 6 years ago • 1 comments

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!

mrthankyou avatar Oct 17 '19 21:10 mrthankyou

This would very useful. I'm looking for a way to hide the admin endpoints from the schema.

rberrelleza avatar Mar 03 '20 18:03 rberrelleza