Skip to content

Commit af4afaf

Browse files
tobias-tenglermichaelstaib
authored andcommitted
Support nodes field for automatic mocking (#7728)
1 parent 220ec23 commit af4afaf

File tree

22 files changed

+594
-67
lines changed

22 files changed

+594
-67
lines changed

src/HotChocolate/Fusion/test/Core.Tests/AutomaticMockingTests.cs

Lines changed: 525 additions & 6 deletions
Large diffs are not rendered by default.

src/HotChocolate/Fusion/test/Core.Tests/__snapshots__/SkipTests.Resolve_Sequence_Skip_On_EntryField_False.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"product": {
99
"id": "1",
1010
"brand": {
11-
"id": "1",
11+
"id": "2",
1212
"name": "string"
1313
}
1414
}

src/HotChocolate/Fusion/test/Core.Tests/__snapshots__/SkipTests.Resolve_Sequence_Skip_On_EntryField_Fragment_EntryField_Selected_Separately.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"product": {
99
"id": "1",
1010
"brand": {
11-
"id": "1",
11+
"id": "2",
1212
"name": "string"
1313
}
1414
}

src/HotChocolate/Fusion/test/Core.Tests/__snapshots__/SkipTests.Resolve_Sequence_Skip_On_EntryField_Fragment_False.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"product": {
99
"id": "1",
1010
"brand": {
11-
"id": "1",
11+
"id": "2",
1212
"name": "string"
1313
}
1414
}

src/HotChocolate/Fusion/test/Core.Tests/__snapshots__/SkipTests.Resolve_Sequence_Skip_On_EntryField_Fragment_Other_Field_Selected_False.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"product": {
99
"id": "1",
1010
"brand": {
11-
"id": "1",
11+
"id": "2",
1212
"name": "string"
1313
},
1414
"other": "string"

src/HotChocolate/Fusion/test/Core.Tests/__snapshots__/SkipTests.Resolve_Sequence_Skip_On_EntryField_Other_Field_Selected_False.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"product": {
99
"id": "1",
1010
"brand": {
11-
"id": "1",
11+
"id": "2",
1212
"name": "string"
1313
},
1414
"other": "string"

src/HotChocolate/Fusion/test/Core.Tests/__snapshots__/SkipTests.Resolve_Sequence_Skip_On_RootField_False.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"product": {
99
"id": "1",
1010
"brand": {
11-
"id": "1",
11+
"id": "2",
1212
"name": "string"
1313
}
1414
}

src/HotChocolate/Fusion/test/Core.Tests/__snapshots__/SkipTests.Resolve_Sequence_Skip_On_RootField_Fragment_False.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"product": {
99
"id": "1",
1010
"brand": {
11-
"id": "1",
11+
"id": "2",
1212
"name": "string"
1313
}
1414
}

src/HotChocolate/Fusion/test/Core.Tests/__snapshots__/SkipTests.Resolve_Sequence_Skip_On_RootField_Fragment_Other_RootField_Selected_False.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"product": {
99
"id": "1",
1010
"brand": {
11-
"id": "1",
11+
"id": "2",
1212
"name": "string"
1313
}
1414
},

src/HotChocolate/Fusion/test/Core.Tests/__snapshots__/SkipTests.Resolve_Sequence_Skip_On_RootField_Other_RootField_Selected_False.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"product": {
99
"id": "1",
1010
"brand": {
11-
"id": "1",
11+
"id": "2",
1212
"name": "string"
1313
}
1414
},

0 commit comments

Comments
 (0)