strategy
Get a single strategy by id. Direct query — Apollo normalizes the result under Strategy:id, the same cache key that mutation responses populate, so cache-first reads after a strict-mode save's navigate hit the cache without an extra network round-trip (avoids the encrypted-shape clobber bug seen with the strategies(where:{id}) connection wrapper).
strategy(
id: ID!
): Strategy