Skip to content
This repository was archived by the owner on Aug 2, 2023. It is now read-only.
This repository was archived by the owner on Aug 2, 2023. It is now read-only.

Having Multiple Queries in Single Request #113

@smfaizalkhan

Description

@smfaizalkhan

Hi @chemdrew, @realityforge

I have been using this tool for Our Application,We have a requirment to send mulitple queries in Single Reques

{
     xxxOverview (id:"12345") 
     { 
        allocation{
           shares
            }
       assets{
           ticker
             }
       id
     } 

   universeMeta
  {
                   etfs{
                  isin
               }
       asset{
           ticker
       }
   }

}

On debugging found that the request has param for only one class

public GraphQLRequestEntity.RequestBuilder request(Class clazz) {
this.clazz = clazz;
return this;
}

Is it possible to have an OverLoaded Method ,taking multiple params like var args or any colletion

public GraphQLRequestEntity.RequestBuilder request(Class ... clazz)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions