Class: GraphQL::Stitching::Util::TypeStructure
- Inherits:
-
Struct
- Object
- Struct
- GraphQL::Stitching::Util::TypeStructure
- Defined in:
- lib/graphql/stitching/util.rb
Instance Attribute Summary collapse
-
#list ⇒ Object
(also: #list?)
Returns the value of attribute list.
-
#name ⇒ Object
Returns the value of attribute name.
-
#null ⇒ Object
(also: #null?)
Returns the value of attribute null.
Instance Method Summary collapse
Instance Attribute Details
#list ⇒ Object Also known as: list?
Returns the value of attribute list
7 8 9 |
# File 'lib/graphql/stitching/util.rb', line 7 def list @list end |
#name ⇒ Object
Returns the value of attribute name
7 8 9 |
# File 'lib/graphql/stitching/util.rb', line 7 def name @name end |
#null ⇒ Object Also known as: null?
Returns the value of attribute null
7 8 9 |
# File 'lib/graphql/stitching/util.rb', line 7 def null @null end |
Instance Method Details
#non_null? ⇒ Boolean
11 12 13 |
# File 'lib/graphql/stitching/util.rb', line 11 def non_null? !null end |