Method: GraphQL::Language::Visitor#result
- Defined in:
- lib/graphql/language/visitor.rb
#result ⇒ GraphQL::Language::Nodes::Document (readonly)
Returns The document with any modifications applied.
48 49 50 |
# File 'lib/graphql/language/visitor.rb', line 48 def result @result end |