Howdy! I understand that the GraphQL API is in bet...
# help
o
Howdy! I understand that the GraphQL API is in beta but I was curious if we can use it in local development. I've tried the
/graphql/v1/
endpoint on my local API after enabling and rebuilding the graph but I get this response when I try to query anything
Copy code
{
  "message": "The schema must be one of the following: public, storage"
}
I mostly just want to make sure I'm not missing something obvious. 🙂
n
Hello @overra! This thread has been automatically created from your message in #843999948717555735 a ``few seconds ago``. Pinging @User so that they see this as well! Want to unsubscribe from this thread? Right-click the thread in Discord (or use the ... menu) and select Leave Thread to unsubscribe from future updates. Want to change the title? Use the
/title
command! We have solved your problem? Click the button below to archive it.
f
hey @overra, did you ever figure this out?
n
overra (2022-04-09)
f
so i figured out my issue, i was missing the new
graphql_pubilc
schema change here https://github.com/supabase/supabase/blob/master/docker/docker-compose.yml#L88