Class: GraphQL::Schema::Printer::IntrospectionPrinter Private
- Inherits:
-
Language::Printer
- Object
- Language::Printer
- GraphQL::Schema::Printer::IntrospectionPrinter
- Defined in:
- lib/graphql/schema/printer.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Instance Method Summary collapse
Methods inherited from Language::Printer
Instance Method Details
#print_schema_definition(schema) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
111 112 113 |
# File 'lib/graphql/schema/printer.rb', line 111 def print_schema_definition(schema) "schema {\n query: Root\n}" end |