[graphiql] optional fetcher, user network configuration tab #2795
Labels
enhancement
graphiql
plugin proposal
GraphiQL Plugin Proposal for review
potential plugin
A potential plugin idea for later versions of GraphiQL
A long requested feature, and what we envisioned for the sidebar plugin ecosystem a few years ago, is a place where users can configure their environments and settings for each environment
the network tab would provide a global setting for:
Accept: application/graphql-response+json
transparentlythe network tab would provide per-environment settings for:
How will this impact GraphiQL?
fetcher
becomes optional ifenvironments
prop is providedenvironments
prop looks likegraphql-config
object but maybe stricter (difficult to normalise every pattern)@graphiql/toolkit
createGraphiQLFetcher()
becomes an internal detail ifenvironments
prop is provided?The text was updated successfully, but these errors were encountered: