Class: GraphQL::Language::FragmentSpread
- Inherits:
-
Struct
- Object
- Struct
- GraphQL::Language::FragmentSpread
- Defined in:
- lib/graphql/language/fragment_spread.rb
Instance Attribute Summary collapse
-
#directives ⇒ Object
Returns the value of attribute directives.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#directives ⇒ Object
Returns the value of attribute directives
3 4 5 |
# File 'lib/graphql/language/fragment_spread.rb', line 3 def directives @directives end |
#name ⇒ Object
Returns the value of attribute name
3 4 5 |
# File 'lib/graphql/language/fragment_spread.rb', line 3 def name @name end |