I've just set up my supabase instance and I'm not ...
# help
b
I've just set up my supabase instance and I'm not seeing the schema pass over into my GraphQL client. Has anyone run into this? I think that I've got my permissions set up correctly but to be honest I'm not really sure which to set. The REST API works just fine for the given table that I'm looking for for reference. Additionally, I'm getting A schema, it simply has a heartbeat on the endpoint and that does work.
n
Hello @bjorgen! 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.
🆕 GraphQL not passing schema to client
h
Same here. It was working find until I disabled extension and enabled it again.
n
GraphQL not passing schema to client
b
So, I found that you can run a refresh on the graphql schema from the SQL editor using the command
select graphql.rebuild_schema();
Now I'm running into issues where I'm only getting one table in the docs from introspection