getType method

TypeDefinition? getType(
  1. String name
)

Resolve the given name into a TypeDefinition defined within the schema

Implementation

TypeDefinition? getType(String name) => _withAwareness(_typeMap![name]);