We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fecbbc5 + 9833444 commit df76049Copy full SHA for df76049
lib/graphql/schema.rb
@@ -1747,7 +1747,7 @@ def legacy_invalid_empty_selections_on_union(query)
1747
# and notify them about changing their queries. Then return a suitable value to
1748
# tell GraphQL-Ruby how to continue.
1749
# @param query [GraphQL::Query]
1750
- # @param type1 [Module] A GraphQL type definition
+ # @param type [Module] A GraphQL type definition
1751
# @return [:return_validation_error] Let GraphQL-Ruby return the (new) normal validation error for this query
1752
# @return [String] A validation error to return for this query
1753
# @return [nil] Don't send the client an error, continue the legacy behavior (allow this query to execute)
0 commit comments