Class: GraphQL::Schema::Printer::IntrospectionPrinter Private

Inherits:
Language::Printer show all
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

#print

Instance Method Details

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