1. 27 May, 2021 1 commit
  2. 13 May, 2021 3 commits
  3. 12 May, 2021 1 commit
  4. 11 May, 2021 2 commits
  5. 10 May, 2021 3 commits
  6. 09 May, 2021 4 commits
  7. 07 May, 2021 3 commits
  8. 06 May, 2021 7 commits
  9. 05 May, 2021 2 commits
  10. 04 May, 2021 1 commit
  11. 03 May, 2021 3 commits
  12. 30 Apr, 2021 2 commits
  13. 29 Apr, 2021 2 commits
    • Yanko Valera's avatar
      (examples) Add with-pagination (#1586) · 79217374
      Yanko Valera authored
      * (examples) Add with-pagination
      79217374
    • Phil Pluckthun's avatar
      (graphcache) - Improve internal typings for lists, scalars, and overall cleanliness (#1591) · f130ef7a
      Phil Pluckthun authored
      * Refactor Graphcache types
      
      * Adjust type naming
      
      * Fix up inaccurate types in Graphcache
      
      - All lists (NullArray) may be nested, which affects links
      - The same goes for any DataField values
      - The __typename field isn't never defined on scalars
      - All ScalarObject fields are unknown
      
      Some of these features weren't used because they weren't
      readily available yet in all common versions of TS back
      when we wrote these types.
      
      * Add Changeset
      
      * Prevent increasing call count by n for link lists
      
      * Fix readRootField and DataField types
      f130ef7a
  14. 28 Apr, 2021 6 commits