module GraphQL::Client::LazyName

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

Attributes

_definition[W]

Public Instance Methods

name() click to toggle source
# File lib/graphql/client.rb, line 389
def name
  @_definition.definition_name
end