Skip to content

Multiple Queries support on Graphoid #31

@Victorcorcos

Description

@Victorcorcos

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..

Screen Shot 2020-04-24 at 19 48 14

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

Screen Shot 2020-04-24 at 19 31 00

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!

--

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions