Method: GraphQL::Language::Nodes::Document#definitions
- Defined in:
-
lib/graphql/language/nodes.rb,
lib/graphql/language/nodes.rb
Returns top-level GraphQL units: operations or fragments.
183 184 185 |
# File 'lib/graphql/language/nodes.rb', line 183 def definitions @definitions end |