Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upNot possible to add custom fieldVisibility #431
Comments
|
|
Thanks! |
Currently it is not possible to add custom field visibility according to https://www.graphql-java.com/documentation/v15/fieldvisibility/
graphql.kickstart.tools.SchemaParserBuilder does not expose a setting for custom field visibility, nor does it
expose the internals (GraphQLCodeRegistry.Builder) allowing you to set this yourself.