TalksFlutter Tokyo #5 External link
Using GraphQL's useQuery in Flutter
How graphql_flutter's useQuery actually fits into a real app. Delivered in Japanese.
Everything with this tag, newest first, across all four kinds.
How graphql_flutter's useQuery actually fits into a real app. Delivered in Japanese.
How to put together a GraphQL client in a Flutter app, covering caching and authentication along the way. Delivered in Japanese.
How to persist a GraphQL client's cache with HiveStore, and how to avoid the mess on the Riverpod side that comes from its initialisation being asynchronous.
Every GraphQL request is a POST to the same URL, so Sentry cannot tell them apart. How apollo-link-sentry fixes that, and what to be careful about in how much it reports.