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



351
352
353
# File 'lib/graphql/client.rb', line 351

def name
  @name.call
end