This repository has been archived by the owner on Aug 2, 2023. It is now read-only.
Facing issues while querying an API with certain fields but getting an array in response. #91
Labels
duplicate
This issue or pull request already exists
Hi I am trying to query an API which is of the following format.
query{ requestallstudentdata{ id name hobby } }
In response we get something like following:
`{
"data": {
"requestallstudentdata": [
{
"id": 1,
"name":"xyz",
"hobby":"fxdu"
}
}`
How to handle such requests.Please assist.
Currently I have the following classes.
I am getting the following response whenever I am trying to send a list.
The text was updated successfully, but these errors were encountered: