Skip to content

Commit

Permalink
tests: update snapshots to include operationKind
Browse files Browse the repository at this point in the history
This is expected since the [Ref]erenced PR introduced it!

Ref: apollographql/federation#1427
  • Loading branch information
abernix committed Feb 14, 2022
1 parent 5271f5f commit c57dd3a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ expression: "serde_json::to_string_pretty(&plan::<serde_json::Value>(Operational
"kind": "Fetch",
"serviceName": "accounts",
"variableUsages": [],
"operation": "{me{name{first last}}}"
"operation": "{me{name{first last}}}",
"operationKind": "query"
}
}
}

0 comments on commit c57dd3a

Please sign in to comment.