Method: GraphQL::Client::Definition#document
- Defined in:
- lib/graphql/client/definition.rb
#document ⇒ Object (readonly)
Public: Get document with only the definitions needed to perform this operation.
Returns GraphQL::Language::Nodes::Document with one OperationDefinition and any FragmentDefinition dependencies.
58 59 60 |
# File 'lib/graphql/client/definition.rb', line 58 def document @document end |