menu
sunny_graphql package
documentation
graph_api.dart
GraphApi<T extends BaseSunnyEntity, C extends GraphInput, U extends GraphInput>
load method
load method
dark_mode
light_mode
load
method
Future
<
T?
>
load
(
String
id
)
Implementation
Future<T?> load(String id) => neo4JClient().load<T>(entityName: entityName, id: id);
sunny_graphql package
documentation
graph_api
GraphApi<T extends BaseSunnyEntity, C extends GraphInput, U extends GraphInput>
load method
GraphApi class