class GraphQL::Query::SerialExecution::ValueResolution::ObjectResolution

def non_null_result

Resolve the selections on this object
def non_null_result
  execution_context.strategy.selection_resolution.new(
    value,
    field_type,
    irep_node,
    execution_context
  ).result
end