Hi all - whre do i get access to a graphql playgro...
# help
c
Hi all - whre do i get access to a graphql playground or documentation on what queries are available after i enable
PG_GRAPHQL
?
n
Hello @charbs! 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 Documentation
c
Anyone reading this, i fixed my issue by * Connecting my graphql endpoint into apollo studio (
https://{project_id}.supabase.co/graphql/v1
) (Make sure you supply
apikey
in apollo studio - the value should be your supabase public api key) * Running
select graphql.rebuild_schema()
in supabase sql editor to rebuild the schema and see the changes on apollo studio (Of course, you'll need to ensure the
PG_GRAPHQL
database extension is enabled)