fromSchema property
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;
Resolve the given name
into a TypeDefinition,
usually defined within the given context such as a GraphQLSchema
.
See gql/schema.dart
's TypeResolver.
final ResolveType? fromSchema;