menu
graphql_client_repository package
documentation
repository/resolvers/hasura_action.resolver.dart
ActionDecoder<T> typedef
ActionDecoder<T> typedef
dark_mode
light_mode
ActionDecoder<
T
>
typedef
ActionDecoder
<
T
> =
T Function
(
dynamic
)
Implementation
typedef ActionDecoder<T> = T Function(dynamic);
graphql_client_repository package
documentation
repository/resolvers/hasura_action.resolver
ActionDecoder<T> typedef
hasura_action.resolver library