Just wondering if the full graphql schema is hoste...
# ask-community
b
Just wondering if the full graphql schema is hosted anywhere? I’m trying to use a codegen (https://www.graphql-code-generator.com/docs/getting-started/codegen-config) to generate bindings for a typescript/nodejs application. I tried to use https://api.prefect.io/graphql but it wasn’t able to download the schema.
c
You should be able to query
__schema
with a valid API token, but you won't be able to access it without a token present in the headers
b
Thanks! Yeah I realized I was missing the auth header this morning.
💯 1