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



301
302
303
# File 'lib/graphql/client.rb', line 301

def name
  @name.call
end