Method: GraphQL::Schema#to_document
- Defined in:
- lib/graphql/schema.rb
#to_document ⇒ GraphQL::Language::Document
Return the GraphQL::Language::Document IDL AST for the schema
547 548 549 |
# File 'lib/graphql/schema.rb', line 547 def to_document GraphQL::Language::DocumentFromSchemaDefinition.new(self).document end |