Hello friends, is Netlify Graph only meant to be accessed from a Netlify function, not externally? I am looking to integrate with Hasura Data Hub, I can query my Netlify Graph directly by hitting https://serve.onegraph.com/graphql?app_id=<app_id> and access NPM (which doesn’t require auth) but I am not sure if this is how it’s supposed to be used.
@arjunyel-hasura can you clarify what you mean by externally? Is this purely about accessing Netlify Graph outside the scope of a function and instead through your own application/code by issuing REST request against the endpoint?
Hello friend, yes exactly, basically I’m curious if Netlify Graph is meant to ever be accessed outside a Netlify function, for example in my case a Hasura instance. Thank you!
@sgrove thank you so much for your answer! I could access Netlify graph stuff that didn’t need auth like NPM but do you have an example of accessing something with auth such as Github? Thanks for your time!