Class: GraphQL::Language::FragmentSpread

Inherits:
Struct
  • Object
show all
Defined in:
lib/graphql/language/fragment_spread.rb

Instance Attribute Summary collapse

Instance Attribute Details

#directivesObject

Returns the value of attribute directives

Returns:

  • (Object)

    the current value of directives



3
4
5
# File 'lib/graphql/language/fragment_spread.rb', line 3

def directives
  @directives
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



3
4
5
# File 'lib/graphql/language/fragment_spread.rb', line 3

def name
  @name
end