You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
--
The text was updated successfully, but these errors were encountered:
Important detail: I couldn't use the last version of the graphoid gem because of my Rails version! The following error appears when trying to use the graphoid last version (currently, the last version is: 0.1.0)
Bundlercould not findcompatibleversionsforgem"rails":
Insnapshot(Gemfile.lock):
rails(=6.0.2.1)InGemfile:
rails(~> 6.0.2)graphoid(~> 0.1)wasresolvedto0.1.0,whichdependsonrails(~> 5)Running`bundle update`willrebuildyoursnapshotfromscratch,usingonlythegemsinyourGemfile,whichmayresolvetheconflict.
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!
--
The text was updated successfully, but these errors were encountered: