defPrintTypeName static method

String defPrintTypeName(
  1. GraphQLNamedType type
)

Implementation

static String defPrintTypeName(GraphQLNamedType type) => type.toString();