Join Slack
Powered by
Just wondering if the full graphql schema is hoste...
# ask-community
b
Brad I
08/10/2021, 1:53 AM
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
Chris White
08/10/2021, 1:59 AM
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
Brad I
08/10/2021, 4:10 PM
Thanks! Yeah I realized I was missing the auth header this morning.
💯 1
3
Views
Open in Slack
Previous
Next