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
359 360 361 |
# File 'lib/graphql/client.rb', line 359 def name @name.call end |