I've been trying to get the `pg_graphql` functiona...
# help
s
I've been trying to get the
pg_graphql
functionality up over the last two days, but for some reason tables are not registering in the gql schema. https://github.com/supabase/supabase/discussions/6262 I've detailed most of my current troubleshooting steps here, but thought it might be worth checking here as well. 1. Fresh project with
pg_graphql
enabled. 2. Table
countries
created via the dashboard on the
public
schema. 3. No
countries
showing in gql schema.
Copy code
json
{
    "data": {
        "__schema": {
            "queryType": {
                "name": "Query"
            },
            "directives": [],
            "mutationType": null,
            "subscriptionType": null
        }
    },
    "errors": []
}
n
Hello @samüel! 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.