Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Aug 21, 2024
1 parent 8666fd1 commit d944e53
Show file tree
Hide file tree
Showing 6 changed files with 547 additions and 20 deletions.
23 changes: 22 additions & 1 deletion e2e/odata-trippin/__snapshots__/odata-trippin.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,28 @@
exports[`executes a query 1`] = `
{
"data": {
"Me": null,
"Me": {
"AddressInfo": [
{
"Address": "P.O. Box 555",
"City": {
"CountryRegion": "United States",
"Name": "Lander",
"Region": "WY",
},
},
],
"FavoriteFeature": "Feature1",
"FirstName": "April",
"Gender": "Female",
"LastName": "Cline",
"Trips": [
{
"Description": "Trip in US",
},
],
"UserName": "aprilcline",
},
},
}
`;
Expand Down
Loading

0 comments on commit d944e53

Please sign in to comment.