What to build
The credentials store's server state moves into the query cache, and the store is removed.
Reads become queries keyed from the contract, writes become mutations that invalidate the keys they affect, and the loading and error flags the store hand-maintained come from the query itself. This store holds the most sensitive data in the application, so pay particular attention to what the cache retains after sign-out.
Acceptance criteria
Blocked by
- Migrate projects, repositories, credentials and account to the generated SDK
What to build
The credentials store's server state moves into the query cache, and the store is removed.
Reads become queries keyed from the contract, writes become mutations that invalidate the keys they affect, and the loading and error flags the store hand-maintained come from the query itself. This store holds the most sensitive data in the application, so pay particular attention to what the cache retains after sign-out.
Acceptance criteria
Blocked by