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
GraphiQL is an in-browser IDE for writing, validating, and testing GraphQL queries.
149
+
150
+
Visit `http://localhost:3000/api/graphiql` for the [Yoga GraphiQL Playground](https://www.graphql-yoga.com/docs/features/graphiql) where you can experiment with queries and mutations.
151
+
152
+
> Note: Needs headers
153
+
154
+
```
155
+
156
+
Content-Type: application/json
157
+
apiKey: <supabase_anon_key>
158
+
159
+
```
160
+
161
+
> Note: In order for the RLS policies authenticate you. you've have to pass an authorization header:
0 commit comments