Hello @maxiperezc
Firstly, congratulations for your Graphoid gem, which automatically creates the basic GraphQL Queries and Mutations via ruby metaprogramming.
I wanna ask you a question regarding an issue, I believe a feature is not implemented on Graphoid yet...
How can I perform Multiple Queries on Graphoid?References: https://hasura.io/docs/1.0/graphql/manual/queries/multiple-queries.html
On GraphQL, it is possible to perform Multiple Queries. However, somehow, the Graphoid gem is restricting this feature.
In fact, an error is being shown when trying to perform multiple queries
Please, take look at the below picture..

With single queries, it works wonderfully, but I need to do multiple queries in my project :/

If it is not yet implemented on the Graphoid gem, can you give me an idea where I need to touch to enable this feature?
I'm willing to play with with Graphoid's internal code in order to make Multiple Queries this possible.
Best regards;
Thank You very much!
--
Hello @maxiperezc
Firstly, congratulations for your
Graphoidgem, which automatically creates the basic GraphQL Queries and Mutations via ruby metaprogramming.I wanna ask you a question regarding an issue, I believe a feature is not implemented on
Graphoidyet...How can I perform Multiple Queries on Graphoid?References: https://hasura.io/docs/1.0/graphql/manual/queries/multiple-queries.html
On GraphQL, it is possible to perform Multiple Queries. However, somehow, the
Graphoidgem is restricting this feature.In fact, an error is being shown when trying to perform multiple queries
Please, take look at the below picture..
With single queries, it works wonderfully, but I need to do multiple queries in my project :/
If it is not yet implemented on the
Graphoidgem, can you give me an idea where I need to touch to enable this feature?I'm willing to play with with
Graphoid'sinternal code in order to make Multiple Queries this possible.Best regards;
Thank You very much!
--