+3
−0
+34
−128
+2
−6
+69
−0
+33
−0
Loading
Add full pagination support to `ListWorkItems` by implementing GraphQL cursor-based pagination following the Relay specification. This allows callers to efficiently iterate through large result sets. Changes: - Add `PageInfo` type to `Response` for GraphQL cursor pagination metadata - Add `connectionGQL[T]` generic type for unmarshaling paginated responses - Replace templated queries with static query using nullable variables - Add `WithNext()` function to handle all pagination styles uniformly - Update `Scan2()` to use `WithNext()` for automatic pagination - Return `Response` with pagination info from `ListWorkItems` - Remove unused `gqlVariable` types and helper functions - Add comprehensive unit tests for pagination scenarios