Alejandro Estrada

Results 9 comments of Alejandro Estrada

Maybe this can be useful https://octokit.github.io/rest.js/#throttling

Thanks for creating this issue! can you share a quick example to reproduce it please! thanks!

Thanks for sharing it! what I can notice is that you are missing on the GraphQL schema, the field `storageAccountName` that is being tried to be mock If you update...

Thanks for creating this issue! It sounds something nice to have, I was thinking to add first a new method that can be used to test the whole resolver, maybe...

Sure! What I'm thinking is using `tester.graphql()` and it will execute the `mutation` with the resolver... so, in case you're uploading a file, you can use [sinon stub](https://sinonjs.org/releases/latest/stubs/) to stub...

Awesome! sure, a PR will be great!

Can you share your schema please, so I can reproduce it locally? As you can see [here](https://github.com/EasyGraphQL/easygraphql-tester/blob/master/test/query.js#L947-L971) it should be working fine for unions. Also, you can use [this codesandbox...

Can you share a snippet of your code, please! so I can reproduce it.

You may need to write some JS files to make it work, it uses under the hood some other packages that create the queries (if you don't specify them). Using...