"graphql_flutter integration on Griot mobile: same HotChocolate endpoint as web, explicit refetch after mutations, per-feature queries."
Install
npx skillscat add donartkins/griot/graphql-flutter Install via the SkillsCat registry.
SKILL.md
graphql_flutter Skill
Client
- One
GraphQLClient(http link) pointed atAPI_URL/graphql, Bearer from the auth provider. - Wrap the app in a
GraphQLProvider.
Rules
- Do NOT assume Apollo-equivalent cache semantics — after mutations, use explicit
refetch/client.query. - Dashboard + boards read via GraphQL; task detail + comments too.
- Auth token attached via link middleware.