You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 26, 2023. It is now read-only.
For tools like GraphiQL to make use of Extensions, I think there needs to be some Extension introspection of some sort, so that the extensions that exist can be known by tools like GraphiQL.
I envision GraphiQL having some interface, like a Muiti-Select that lets you choose which options you want to include in your request.
But for that to happen, GraphiQL would have to have knowledge of registered extensions, so that it could build out a Select with the options.
This ties in with #5 where a standard for dictating what extensions to include or exclude can be handled in the request in some fashion. (of course, server side rules could be configured to have certain extensions always on or always off, regardless of the client's request)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
For tools like GraphiQL to make use of Extensions, I think there needs to be some Extension introspection of some sort, so that the extensions that exist can be known by tools like GraphiQL.
I envision GraphiQL having some interface, like a Muiti-Select that lets you choose which options you want to include in your request.
But for that to happen, GraphiQL would have to have knowledge of registered extensions, so that it could build out a Select with the options.
This ties in with #5 where a standard for dictating what extensions to include or exclude can be handled in the request in some fashion. (of course, server side rules could be configured to have certain extensions always on or always off, regardless of the client's request)
The text was updated successfully, but these errors were encountered: