You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/src/test/kotlin/graphql/nadel/tests/legacy/new hydration/polymorphic hydrations/solitary polymorphic hydration snapshot.kt
+1-9Lines changed: 1 addition & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -64,8 +64,6 @@ public class `solitary polymorphic hydration snapshot` : TestSnapshot() {
64
64
| {
65
65
| humanById(id: "HUMAN-0") {
66
66
| __typename
67
-
| __typename__type_filter__id: __typename
68
-
| __typename__type_filter__breed: __typename
69
67
| id
70
68
| name
71
69
| }
@@ -77,9 +75,7 @@ public class `solitary polymorphic hydration snapshot` : TestSnapshot() {
77
75
| "data": {
78
76
| "humanById": {
79
77
| "__typename": "Human",
80
-
| "__typename__type_filter__id": "Human",
81
78
| "id": "HUMAN-0",
82
-
| "__typename__type_filter__breed": "Human",
83
79
| "name": "Fanny Longbottom"
84
80
| }
85
81
| }
@@ -94,8 +90,6 @@ public class `solitary polymorphic hydration snapshot` : TestSnapshot() {
94
90
| {
95
91
| petById(id: "PET-0") {
96
92
| __typename
97
-
| __typename__type_filter__id: __typename
98
-
| __typename__type_filter__name: __typename
99
93
| breed
100
94
| id
101
95
| }
@@ -108,9 +102,7 @@ public class `solitary polymorphic hydration snapshot` : TestSnapshot() {
Copy file name to clipboardExpand all lines: test/src/test/kotlin/graphql/nadel/tests/legacy/new hydration/polymorphic hydrations/solitary polymorphic hydration when hook returns null snapshot.kt
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -64,8 +64,6 @@ public class `solitary polymorphic hydration when hook returns null snapshot` :
64
64
| {
65
65
| humanById(id: "HUMAN-0") {
66
66
| __typename
67
-
| __typename__type_filter__id: __typename
68
-
| __typename__type_filter__breed: __typename
69
67
| id
70
68
| name
71
69
| }
@@ -77,9 +75,7 @@ public class `solitary polymorphic hydration when hook returns null snapshot` :
0 commit comments