Skip to content

Commit

Permalink
Update other snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-tengler committed Dec 13, 2023
1 parent 661a179 commit e8499af
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ QueryPlan
{
"type": "Resolve",
"subgraph": "Appointment",
"document": "query AfterNull_1($after: String) { appointments(after: $after, before: null, first: null, last: null) { nodes { id } } }",
"document": "query AfterNull_1($after: String) { appointments(after: $after) { nodes { id } } }",
"selectionSetId": 0,
"forwardedVariables": [
{
Expand All @@ -41,7 +41,7 @@ QueryPlan

QueryPlan Hash
---------------
6FAD9C915B229E9D33AB4A980BEB7351BAD35924
C601EB39A2F136D152B59B30853A0073588356FE
---------------

Result
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ QueryPlan
{
"type": "Resolve",
"subgraph": "Appointment",
"document": "query Appointments_1 { appointments(after: null, before: null, first: null, last: null) { nodes { patient { __typename ... on Patient1 { id } ... on Patient2 { id } } } } }",
"document": "query Appointments_1 { appointments { nodes { patient { __typename ... on Patient1 { id } ... on Patient2 { id } } } } }",
"selectionSetId": 0
},
{
Expand All @@ -38,7 +38,7 @@ QueryPlan

QueryPlan Hash
---------------
3DE1889AD56C0846C24B425F1BC050FD67F7A74B
7FA915AFBA06ABAAF57A31CE4888B161285111C3
---------------

Result
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ QueryPlan
{
"type": "Resolve",
"subgraph": "Appointment",
"document": "query Appointments_1 { appointments(after: null, before: null, first: null, last: null) { nodes { patient { __typename ... on Patient1 { id __fusion_exports__1: id } ... on Patient2 { id } } } } }",
"document": "query Appointments_1 { appointments { nodes { patient { __typename ... on Patient1 { id __fusion_exports__1: id } ... on Patient2 { id } } } } }",
"selectionSetId": 0,
"provides": [
{
Expand Down Expand Up @@ -69,7 +69,7 @@ QueryPlan

QueryPlan Hash
---------------
DDF0B84C2F5CAA3A32B14C08FDBE98CEAF7AB197
347001780000BC39AA06AB363EB4F49993793518
---------------

Result
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ QueryPlan
{
"type": "Resolve",
"subgraph": "Appointment",
"document": "query Appointments_1 { appointments(after: null, before: null, first: null, last: null) { nodes { patient { __typename ... on Patient1 { id __fusion_exports__1: id } ... on Patient2 { id } } } } }",
"document": "query Appointments_1 { appointments { nodes { patient { __typename ... on Patient1 { id __fusion_exports__1: id } ... on Patient2 { id } } } } }",
"selectionSetId": 0,
"provides": [
{
Expand Down Expand Up @@ -69,7 +69,7 @@ QueryPlan

QueryPlan Hash
---------------
DDF0B84C2F5CAA3A32B14C08FDBE98CEAF7AB197
347001780000BC39AA06AB363EB4F49993793518
---------------

Result
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ QueryPlan
{
"type": "Resolve",
"subgraph": "Appointment",
"document": "query Appointments_1 { appointments(after: null, before: null, first: null, last: null) { nodes { patient { __typename ... on Patient1 { id } ... on Patient2 { id } } } } }",
"document": "query Appointments_1 { appointments { nodes { patient { __typename ... on Patient1 { id } ... on Patient2 { id } } } } }",
"selectionSetId": 0
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ QueryPlan
{
"type": "Resolve",
"subgraph": "Appointment",
"document": "query Appointments_1 { appointments(after: null, before: null, first: null, last: null) { nodes { patient { __typename ... on Patient1 { id __fusion_exports__1: id } ... on Patient2 { id } } } } }",
"document": "query Appointments_1 { appointments { nodes { patient { __typename ... on Patient1 { id __fusion_exports__1: id } ... on Patient2 { id } } } } }",
"selectionSetId": 0,
"provides": [
{
Expand Down

0 comments on commit e8499af

Please sign in to comment.