We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5282c8b commit df218dbCopy full SHA for df218db
lib/graphql/query.rb
@@ -318,8 +318,8 @@ def warden
318
# @param value [Object] Any runtime value
319
# @return [GraphQL::ObjectType, nil] The runtime type of `value` from {Schema#resolve_type}
320
# @see {#possible_types} to apply filtering from `only` / `except`
321
- def resolve_type(abstract_type, value = NOT_DEFINED)
322
- if value.is_a?(Symbol) && value == NOT_DEFINED
+ def resolve_type(abstract_type, value = NOT_CONFIGURED)
+ if value.is_a?(Symbol) && value == NOT_CONFIGURED
323
# Old method signature
324
value = abstract_type
325
abstract_type = nil
0 commit comments