Module: GraphQL::Client::LazyName

Defined in:
lib/graphql/client.rb

Overview

Internal: FragmentSpread and FragmentDefinition extension to allow its name to point to a lazily defined Proc instead of a static string.

Instance Method Summary collapse

Instance Method Details

#nameObject



325
326
327
# File 'lib/graphql/client.rb', line 325

def name
  @name.call
end