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
#name ⇒ Object
253 254 255 |
# File 'lib/graphql/client.rb', line 253 def name @name.call end |