Access the graphiql outside of the dashboard

So we have the graphiql which is only accessible in the dashboard, is there a way that we can expose that so that our frontend devs don’t need to access th dashboard to check the graphql stuff?

Sure! Any instance of graphiql, or the GraphQL Playground, or even Apollo’s newer Explorer will work with Fauna’s API. You just need to provide the correct endpoint and authorization header.

I think it’s funny that you ask this, because I was just trying out the Apollo Explorer! :nerd_face:

2 Likes

So do we need to give them like an admin key?

Nevermind this, this is resolved, they can use a token with GuestRole.

You got it! Any valid Key or Token can be used.

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.