lib/graphql/introspection.rb in graphql-1.12.6 vs lib/graphql/introspection.rb in graphql-1.12.7
- old
+ new
@@ -15,10 +15,10 @@
}
directives {
name
description
locations
- args {
+ args#{include_deprecated_args ? '(includeDeprecated: true)' : ''} {
...InputValue
}
}
}
}