diff --git a/src/HotChocolate/Fusion/test/Core.Tests/__snapshots__/DemoIntegrationTests.GetFirstPage_With_After_Null.snap b/src/HotChocolate/Fusion/test/Core.Tests/__snapshots__/DemoIntegrationTests.GetFirstPage_With_After_Null.snap index cdc28804ed9..9c56b969f48 100644 --- a/src/HotChocolate/Fusion/test/Core.Tests/__snapshots__/DemoIntegrationTests.GetFirstPage_With_After_Null.snap +++ b/src/HotChocolate/Fusion/test/Core.Tests/__snapshots__/DemoIntegrationTests.GetFirstPage_With_After_Null.snap @@ -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": [ { @@ -41,7 +41,7 @@ QueryPlan QueryPlan Hash --------------- -6FAD9C915B229E9D33AB4A980BEB7351BAD35924 +C601EB39A2F136D152B59B30853A0073588356FE --------------- Result diff --git a/src/HotChocolate/Fusion/test/Core.Tests/__snapshots__/InterfaceTests.Query_Interface_List.snap b/src/HotChocolate/Fusion/test/Core.Tests/__snapshots__/InterfaceTests.Query_Interface_List.snap index b29b4895308..6590a937ced 100644 --- a/src/HotChocolate/Fusion/test/Core.Tests/__snapshots__/InterfaceTests.Query_Interface_List.snap +++ b/src/HotChocolate/Fusion/test/Core.Tests/__snapshots__/InterfaceTests.Query_Interface_List.snap @@ -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 }, { @@ -38,7 +38,7 @@ QueryPlan QueryPlan Hash --------------- -3DE1889AD56C0846C24B425F1BC050FD67F7A74B +7FA915AFBA06ABAAF57A31CE4888B161285111C3 --------------- Result diff --git a/src/HotChocolate/Fusion/test/Core.Tests/__snapshots__/InterfaceTests.Query_Interface_List_With_Fragment.snap b/src/HotChocolate/Fusion/test/Core.Tests/__snapshots__/InterfaceTests.Query_Interface_List_With_Fragment.snap index e86432edcea..c409edebe1d 100644 --- a/src/HotChocolate/Fusion/test/Core.Tests/__snapshots__/InterfaceTests.Query_Interface_List_With_Fragment.snap +++ b/src/HotChocolate/Fusion/test/Core.Tests/__snapshots__/InterfaceTests.Query_Interface_List_With_Fragment.snap @@ -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": [ { @@ -69,7 +69,7 @@ QueryPlan QueryPlan Hash --------------- -DDF0B84C2F5CAA3A32B14C08FDBE98CEAF7AB197 +347001780000BC39AA06AB363EB4F49993793518 --------------- Result diff --git a/src/HotChocolate/Fusion/test/Core.Tests/__snapshots__/InterfaceTests.Query_Interface_List_With_Fragment_Fetch.snap b/src/HotChocolate/Fusion/test/Core.Tests/__snapshots__/InterfaceTests.Query_Interface_List_With_Fragment_Fetch.snap index e86432edcea..c409edebe1d 100644 --- a/src/HotChocolate/Fusion/test/Core.Tests/__snapshots__/InterfaceTests.Query_Interface_List_With_Fragment_Fetch.snap +++ b/src/HotChocolate/Fusion/test/Core.Tests/__snapshots__/InterfaceTests.Query_Interface_List_With_Fragment_Fetch.snap @@ -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": [ { @@ -69,7 +69,7 @@ QueryPlan QueryPlan Hash --------------- -DDF0B84C2F5CAA3A32B14C08FDBE98CEAF7AB197 +347001780000BC39AA06AB363EB4F49993793518 --------------- Result diff --git a/src/HotChocolate/Fusion/test/Core.Tests/__snapshots__/RequestPlannerTests.Query_Plan_22_Interfaces.snap b/src/HotChocolate/Fusion/test/Core.Tests/__snapshots__/RequestPlannerTests.Query_Plan_22_Interfaces.snap index d087b72742f..56b2d54c6c4 100644 --- a/src/HotChocolate/Fusion/test/Core.Tests/__snapshots__/RequestPlannerTests.Query_Plan_22_Interfaces.snap +++ b/src/HotChocolate/Fusion/test/Core.Tests/__snapshots__/RequestPlannerTests.Query_Plan_22_Interfaces.snap @@ -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 }, { diff --git a/src/HotChocolate/Fusion/test/Core.Tests/__snapshots__/RequestPlannerTests.Query_Plan_23_Interfaces_Merge.snap b/src/HotChocolate/Fusion/test/Core.Tests/__snapshots__/RequestPlannerTests.Query_Plan_23_Interfaces_Merge.snap index 8eeb36e677b..bdcc80d0761 100644 --- a/src/HotChocolate/Fusion/test/Core.Tests/__snapshots__/RequestPlannerTests.Query_Plan_23_Interfaces_Merge.snap +++ b/src/HotChocolate/Fusion/test/Core.Tests/__snapshots__/RequestPlannerTests.Query_Plan_23_Interfaces_Merge.snap @@ -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": [ {