Download GraphQL Schema
Hi! I'm using the local development setup and would like to download the generated GraphQL schema. I ran
Then I try to download the schema using
As result I get:
Obviously there should be no
select graphql.rebuild_schema();. Then I try to download the schema using
As result I get:
Obviously there should be no
public.graphql() function. How should I modify my request to get the GraphQL schema?