class GraphQL::Schema::Printer::TypeKindPrinters::ScalarPrinter

def self.print(type)

def self.print(type)
  "scalar #{type.name}"
end