Skip to content

Commit

Permalink
edits
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelstaib committed Sep 1, 2023
1 parent 4d3a475 commit d750e9e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ QueryPlan
{
"type": "Resolve",
"subgraph": "Reviews2",
"document": "query GetUser_2 { reviewsValue }",
"document": "query GetUser_1 { viewer { data { reviewsValue } } }",
"selectionSetId": 2
}
]
Expand Down Expand Up @@ -59,6 +59,7 @@ Result
"viewer": {
"data": {
"accountValue": "Account"
"reviewsValue": "Reviews2"
}
}
}
Expand Down

0 comments on commit d750e9e

Please sign in to comment.