Method: GraphQL::Query::Context#received_null_child

Defined in:
lib/graphql/query/context.rb

#received_null_childObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



157
158
159
160
# File 'lib/graphql/query/context.rb', line 157

def received_null_child
  @invalid_null = true
  @value = nil
end