Method: TinyGQL::Nodes::SchemaDefinition#children
- Defined in:
- lib/tinygql/nodes.rb
#children ⇒ Object
595 596 597 |
# File 'lib/tinygql/nodes.rb', line 595 def children ary = []; ary << description if description; ary.concat(directives) if directives; ary.concat(root_operation_definitions); ary end |