getType method
Resolve the given name
into a TypeDefinition defined within the schema
Implementation
TypeDefinition? getType(String name) => _withAwareness(_typeMap![name]);
Resolve the given name
into a TypeDefinition defined within the schema
TypeDefinition? getType(String name) => _withAwareness(_typeMap![name]);