Method: GraphQL::Client::QueryResult::Scalar#|

Defined in:
lib/graphql/client/query_result.rb

#|(_other) ⇒ Object



63
64
65
66
# File 'lib/graphql/client/query_result.rb', line 63

def |(_other)
  # XXX: How would scalars merge?
  self
end