-1

How to add (ex. "Authorization" : null ) prefix in graphiql playground

How to enable explorer tab to get available query and mutations

Digen
  • 67
  • 9

1 Answers1

1

You cannot add a header to request in Graphiql and there is no embedded Explorer Tab where you can see available query and mutations. I recommend Apollo Server as a GraphQL UI where you can add headers to your requests and see available queries and mutations.

myrn
  • 153
  • 5