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
{{ message }}
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.
Hi @chemdrew, @realityforge
I have been using this tool for Our Application,We have a requirment to send mulitple queries in Single Reques
}
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)
The text was updated successfully, but these errors were encountered: