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
Fix bug in handling of graphql empty list defaults (#2948)
* adding tests to highlight the graphql bug
* fixing test to actually compare files (previously was not)
* fix previous test that did not specify assert_func
* Fix empty list default for GraphQL list fields
* Fix GraphQL empty list default handling
* Skip empty list default tests on black 22
---------
Co-authored-by: Koudai Aono <koxudaxi@gmail.com>
The `Boolean` scalar type represents `true` or `false`.
14
+
"""
15
+
16
+
17
+
type String=str
18
+
"""
19
+
The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
The `Boolean` scalar type represents `true` or `false`.
14
+
"""
15
+
16
+
17
+
type String=str
18
+
"""
19
+
The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
0 commit comments