lib/graphql/introspection.rb in graphql-2.0.5 vs lib/graphql/introspection.rb in graphql-2.0.6
- old
+ new
@@ -27,10 +27,10 @@
}
fragment FullType on __Type {
kind
name
description
- #{include_specified_by_url ? "specifiedByUrl" : ""}
+ #{include_specified_by_url ? "specifiedByURL" : ""}
fields(includeDeprecated: true) {
name
description
args#{include_deprecated_args ? '(includeDeprecated: true)' : ''} {
...InputValue