In the Github Integration docs It states: You can connect to GitHub and make it available as a resource in Retool. Once complete, your users can write queries that interact with GitHub data using GraphQL.
However on the Github Integrations Landing Page it states: Github is, well, Github. We support Github's v4
OpenAPI.
I see no option to run gql queries with my configured Github resource. Is this expected? It contradicts the docs. If graphql can't be enabled by the standard Github Resource, can another resource type be created for Github Graphql?
I'm currently querying the graphql API using a bearer token auth header with a github user token. It's not ideal - if I could reuse the auth from the github resource, I'd be a lot happier.