Ashkan Nasseri
Ashkan Nasseri
Thanks @pucinsk, yes that would be awesome to add support to existing adapter. Thanks so much!
thanks for describing the issue @egonm12 , I wonder what is the use case for updating context per query. When you create the client you can set JWT header with...
Graphql Ruby is camelCaseing by default to match GraphQL recommended naming approach, in our case, when you get response back it should already be snake_cased for you to access it...
thanks @leoGalani for opening the issue, yes i think at the moment the easiest approach would be either mocking the schema, or (maybe better?) use a local dump of your...
Hi @dbackeus , Sorry for late response, it's not supported at the moment but feel free to open a PR if you have a solution in mind.
Yes @dblock this was the issue in my case as well.
Makes sense, will do that 👍
Looking at `project.json` and `.env.json` it seems we are using the same `ARTSY_CLIENT_ID` and secret. I agree, it makes sense to use different ones for prod and dev. Also I...