defPrintTypeReference static method

String defPrintTypeReference(
  1. GraphQLType type
)

Implementation

static String defPrintTypeReference(GraphQLType type) => type.toString();