fromSchema property

ResolveType? fromSchema
final

Resolve the given name into a TypeDefinition, usually defined within the given context such as a GraphQLSchema.

See gql/schema.dart's TypeResolver.

Implementation

final ResolveType? fromSchema;