roy-mor
roy-mor
Which example did you try? (please provide link) Can you share the GraphQL schema you've used that resulted in the error? Thanks
Hi Cavan, and thanks for using GraphQL2REST. You are correct that the current implementation of GraphQL2REST relies on a gql-generator module which generates "fully exploded" GraphQL client queries that expand...
@klinskyc: I could not add [your contribution](https://github.com/sisense/graphql2rest/pull/35) because it did not have tests, usage explanation (the documentation will have to be updated as well here...), and a description of the...
Hi @mehmetnyarar, Feel free to submit a PR for this feature request. Thanks!
Thanks for this issue @thecodeboss. Just to clarify - what you specified under "You should get a GraphQL error like the following" is the current behavior, yes? Which is a...
@thecodeboss OK good. I wanted to make sure. Please go ahead and create a pull request for this. Please make sure to add appropriate tests for your change. Thank you!
@thecodeboss any progress on your suggested PR?
Hey @mehmetnyarar, can you share your solution? If you wish you can email me privately first. Thanks
@mehmetnyarar if you wish to push anything into the repository please open a pull request (PR) so we can review it and merge. Please read [CONTRIBUTING.md](https://github.com/sisense/graphql2rest/blob/master/CONTRIBUTING.md) for guidelines and instructions...
@thecodeboss: after your change, what does `graphql2rest` return when the manifest defines a `204 No Content` success status code (for, say, a DELETE operation)? GraphQL will of course always return...