printScalar method
Implementation
String printScalar(GraphQLScalarType type) {
return printDescription(type.description) +
'scalar ${printTypeName(type)}${printDirectives(type)}';
}
String printScalar(GraphQLScalarType type) {
return printDescription(type.description) +
'scalar ${printTypeName(type)}${printDirectives(type)}';
}