Skip to content
Discussion options

You must be logged in to vote

If you are connecting to a Postgres dB with some data or tables, you need to step ahead and tell Hasura which tables you would like to track using Hasura.

In the case of Subpabase, you will have some prepopulated tables, so this is what you have to follow, these steps.

All of your traditional tables, other than features provided by the subpabase will be stored in the Public Folder

Click on track all or track only specific tables for which you would like to create GraphQL APIs, which are also termed as Hasura Views

A quick comparison of Hasura API explorer(Which allows you see all the Hasura views) before and after tracking

Before Tracking the table test

After Tracking the table test

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by adas98012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants