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: src/HotChocolate/Fusion-vnext/test/Fusion.AspNetCore.Tests/__snapshots__/IntrospectionTests.IntrospectionQueries_IntrospectionQuery.yaml
+53-19Lines changed: 53 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ request:
27
27
}
28
28
}
29
29
}
30
-
30
+
31
31
fragment FullType on __Type {
32
32
kind
33
33
name
@@ -61,7 +61,7 @@ request:
61
61
... TypeRef
62
62
}
63
63
}
64
-
64
+
65
65
fragment InputValue on __InputValue {
66
66
name
67
67
description
@@ -72,7 +72,7 @@ request:
72
72
isDeprecated
73
73
deprecationReason
74
74
}
75
-
75
+
76
76
fragment TypeRef on __Type {
77
77
kind
78
78
name
@@ -1642,7 +1642,24 @@ response:
1642
1642
"name": "skip",
1643
1643
"description": "Directs the executor to skip this field or fragment when the \u0060if\u0060 argument is true.",
1644
1644
"isRepeatable": false,
1645
-
"args": null,
1645
+
"args": [
1646
+
{
1647
+
"name": "if",
1648
+
"description": "Skips this field or fragment when the condition is true.",
1649
+
"type": {
1650
+
"kind": "NON_NULL",
1651
+
"name": null,
1652
+
"ofType": {
1653
+
"kind": "SCALAR",
1654
+
"name": "Boolean",
1655
+
"ofType": null
1656
+
}
1657
+
},
1658
+
"defaultValue": null,
1659
+
"isDeprecated": false,
1660
+
"deprecationReason": null
1661
+
}
1662
+
],
1646
1663
"locations": [
1647
1664
"FIELD",
1648
1665
"FRAGMENT_SPREAD",
@@ -1653,7 +1670,24 @@ response:
1653
1670
"name": "include",
1654
1671
"description": "Directs the executor to include this field or fragment when the \u0060if\u0060 argument is true.",
1655
1672
"isRepeatable": false,
1656
-
"args": null,
1673
+
"args": [
1674
+
{
1675
+
"name": "if",
1676
+
"description": "Includes this field or fragment when the condition is true.",
0 commit comments