Is your feature request related to a problem? Please describe.
I want to create an app that exposes a public-facing schema and one that only authenticated admins can use. This would also mean that the introspection of each schema would only serve the available queries/mutations/types of the respective endpoint
Describe the solution you'd like
maybe expose the yoga graphqlEndpoint-config property?
Is your feature request related to a problem? Please describe.
I want to create an app that exposes a public-facing schema and one that only authenticated admins can use. This would also mean that the introspection of each schema would only serve the available queries/mutations/types of the respective endpoint
Describe the solution you'd like
maybe expose the yoga
graphqlEndpoint-config property?