SchemaPrinter constructor

const SchemaPrinter({
  1. String printTypeName(
    1. GraphQLNamedType
    ) = defPrintTypeName,
  2. String printTypeReference(
    1. GraphQLType
    ) = defPrintTypeReference,
})

Implementation

const SchemaPrinter({
  this.printTypeName = defPrintTypeName,
  this.printTypeReference = defPrintTypeReference,
});