File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#nullable enable
22
3- using GraphQL . SystemTextJson ;
43using GraphQL . Tests . Subscription ;
54using GraphQL . Types ;
65
@@ -33,6 +32,7 @@ public async Task Issue1056_CoerceVariableValues()
3332 """ ) ;
3433 }
3534
35+ // https://github.com/graphql/graphql-spec/pull/1057
3636 [ Fact ]
3737 public async Task Issue1057_CoerceListValues_ListList ( )
3838 {
@@ -57,6 +57,7 @@ public async Task Issue1057_CoerceListValues_ListList()
5757 """ ) ;
5858 }
5959
60+ // https://github.com/graphql/graphql-spec/pull/1057
6061 [ Fact ]
6162 public async Task Issue1057_CoerceListValues_List ( )
6263 {
@@ -81,6 +82,7 @@ public async Task Issue1057_CoerceListValues_List()
8182 """ ) ;
8283 }
8384
85+ // https://github.com/graphql/graphql-spec/pull/1057
8486 [ Fact ]
8587 public async Task Issue1057_CoerceListValues_ListWithNull ( )
8688 {
@@ -105,6 +107,7 @@ public async Task Issue1057_CoerceListValues_ListWithNull()
105107 """ ) ;
106108 }
107109
110+ // https://github.com/graphql/graphql-spec/pull/1057
108111 [ Fact ]
109112 public async Task Issue1057_CoerceListValues_ListScalar ( )
110113 {
@@ -129,6 +132,7 @@ public async Task Issue1057_CoerceListValues_ListScalar()
129132 """ ) ;
130133 }
131134
135+ // https://github.com/graphql/graphql-spec/pull/1057
132136 [ Fact ]
133137 public async Task Issue1057_CoerceListValues_Scalar ( )
134138 {
You can’t perform that action at this time.
0 commit comments