Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Paginated Watchers for GraphQL Queries #3007

Closed
wants to merge 72 commits into from

Commits on May 11, 2023

  1. Configuration menu
    Copy the full SHA
    8b76cc7 View commit details
    Browse the repository at this point in the history
  2. include tests

    Iron-Ham committed May 11, 2023
    Configuration menu
    Copy the full SHA
    369f760 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ab2630 View commit details
    Browse the repository at this point in the history
  4. Remove debugging code

    Iron-Ham committed May 11, 2023
    Configuration menu
    Copy the full SHA
    5ec8f5d View commit details
    Browse the repository at this point in the history
  5. Manage pages

    Iron-Ham committed May 11, 2023
    Configuration menu
    Copy the full SHA
    b530005 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4cb2869 View commit details
    Browse the repository at this point in the history
  7. Failing test

    Iron-Ham committed May 11, 2023
    Configuration menu
    Copy the full SHA
    933e086 View commit details
    Browse the repository at this point in the history
  8. Succeeding test

    Iron-Ham committed May 11, 2023
    Configuration menu
    Copy the full SHA
    512a4c2 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. Configuration menu
    Copy the full SHA
    9ae40df View commit details
    Browse the repository at this point in the history
  2. Cleanup test file

    Iron-Ham committed May 12, 2023
    Configuration menu
    Copy the full SHA
    79f7aac View commit details
    Browse the repository at this point in the history
  3. Simplify transform

    Iron-Ham committed May 12, 2023
    Configuration menu
    Copy the full SHA
    f15d774 View commit details
    Browse the repository at this point in the history
  4. Wrap with a model

    Iron-Ham committed May 12, 2023
    Configuration menu
    Copy the full SHA
    9e39373 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d793b56 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Cleanup Pagination + Tests

    Iron-Ham committed May 15, 2023
    Configuration menu
    Copy the full SHA
    d270a62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8921ac View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Configuration menu
    Copy the full SHA
    2d0ca4f View commit details
    Browse the repository at this point in the history
  2. Transition to strategies

    Iron-Ham committed May 16, 2023
    Configuration menu
    Copy the full SHA
    74f21ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9bdaab4 View commit details
    Browse the repository at this point in the history
  4. Spacing cleanup

    Iron-Ham committed May 16, 2023
    Configuration menu
    Copy the full SHA
    a149d51 View commit details
    Browse the repository at this point in the history
  5. More tests

    Iron-Ham committed May 16, 2023
    Configuration menu
    Copy the full SHA
    c15366d View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. Cleanup docs

    Iron-Ham committed May 17, 2023
    Configuration menu
    Copy the full SHA
    9ba3544 View commit details
    Browse the repository at this point in the history
  2. Explicit self

    Iron-Ham committed May 17, 2023
    Configuration menu
    Copy the full SHA
    26e9de8 View commit details
    Browse the repository at this point in the history
  3. Typo fix

    Iron-Ham committed May 17, 2023
    Configuration menu
    Copy the full SHA
    fbe5baa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    506e444 View commit details
    Browse the repository at this point in the history
  5. Update comments

    Iron-Ham committed May 17, 2023
    Configuration menu
    Copy the full SHA
    5357668 View commit details
    Browse the repository at this point in the history
  6. Update comments, again

    Iron-Ham committed May 17, 2023
    Configuration menu
    Copy the full SHA
    593fe8c View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. Public values

    Iron-Ham committed May 18, 2023
    Configuration menu
    Copy the full SHA
    5a5640e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0576f30 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e7f7675 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d5515d2 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. AnyPaginationStrategy

    Iron-Ham committed May 22, 2023
    Configuration menu
    Copy the full SHA
    a47ce7d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a525e59 View commit details
    Browse the repository at this point in the history
  3. Check for cocoapods

    Iron-Ham committed May 22, 2023
    Configuration menu
    Copy the full SHA
    ba3bb4d View commit details
    Browse the repository at this point in the history
  4. Add comments

    Iron-Ham committed May 22, 2023
    Configuration menu
    Copy the full SHA
    f8bf35c View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. More docs

    Iron-Ham committed May 23, 2023
    Configuration menu
    Copy the full SHA
    5f219d4 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. Configuration menu
    Copy the full SHA
    aa8c94d View commit details
    Browse the repository at this point in the history
  2. RelayPaginationStrategy

    Iron-Ham committed May 24, 2023
    Configuration menu
    Copy the full SHA
    bfeee53 View commit details
    Browse the repository at this point in the history
  3. Pagination Merge strategies

    Iron-Ham committed May 24, 2023
    Configuration menu
    Copy the full SHA
    7f6575f View commit details
    Browse the repository at this point in the history
  4. Start fixing tests

    Iron-Ham committed May 24, 2023
    Configuration menu
    Copy the full SHA
    ee01b24 View commit details
    Browse the repository at this point in the history
  5. Refetch

    Iron-Ham committed May 24, 2023
    Configuration menu
    Copy the full SHA
    586e999 View commit details
    Browse the repository at this point in the history
  6. With keypaths

    Iron-Ham committed May 24, 2023
    Configuration menu
    Copy the full SHA
    067eebf View commit details
    Browse the repository at this point in the history
  7. Refetch

    Iron-Ham committed May 24, 2023
    Configuration menu
    Copy the full SHA
    b7cf1f6 View commit details
    Browse the repository at this point in the history
  8. Fetch + Local Cache Update

    Iron-Ham committed May 24, 2023
    Configuration menu
    Copy the full SHA
    d9921f2 View commit details
    Browse the repository at this point in the history
  9. Custom Strategy tests

    Iron-Ham committed May 24, 2023
    Configuration menu
    Copy the full SHA
    d5a73c8 View commit details
    Browse the repository at this point in the history
  10. Simple multipage

    Iron-Ham committed May 24, 2023
    Configuration menu
    Copy the full SHA
    b0baeb9 View commit details
    Browse the repository at this point in the history
  11. Targeted

    Iron-Ham committed May 24, 2023
    Configuration menu
    Copy the full SHA
    0d08a4e View commit details
    Browse the repository at this point in the history
  12. All Green

    Iron-Ham committed May 24, 2023
    Configuration menu
    Copy the full SHA
    850b109 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. Some docs

    Iron-Ham committed May 25, 2023
    Configuration menu
    Copy the full SHA
    4372bb3 View commit details
    Browse the repository at this point in the history
  2. More docs

    Iron-Ham committed May 25, 2023
    Configuration menu
    Copy the full SHA
    cc61d00 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fdacf41 View commit details
    Browse the repository at this point in the history
  4. Update with main

    Iron-Ham committed May 25, 2023
    Configuration menu
    Copy the full SHA
    d7659d4 View commit details
    Browse the repository at this point in the history
  5. More docs

    Iron-Ham committed May 25, 2023
    Configuration menu
    Copy the full SHA
    82cb86c View commit details
    Browse the repository at this point in the history
  6. Spacing

    Iron-Ham committed May 25, 2023
    Configuration menu
    Copy the full SHA
    975bce8 View commit details
    Browse the repository at this point in the history
  7. Prefer private extension

    Iron-Ham committed May 25, 2023
    Configuration menu
    Copy the full SHA
    587664c View commit details
    Browse the repository at this point in the history
  8. Green again

    Iron-Ham committed May 25, 2023
    Configuration menu
    Copy the full SHA
    f3c7c91 View commit details
    Browse the repository at this point in the history
  9. Union of fragments

    Iron-Ham committed May 25, 2023
    Configuration menu
    Copy the full SHA
    92b17b6 View commit details
    Browse the repository at this point in the history
  10. public _resultHandler

    Iron-Ham committed May 25, 2023
    Configuration menu
    Copy the full SHA
    c76914d View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. Make KeyPaths optional

    Iron-Ham committed May 26, 2023
    Configuration menu
    Copy the full SHA
    1492973 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. Configuration menu
    Copy the full SHA
    f773878 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. Update resultHandler

    Iron-Ham committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    284126b View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. Configuration menu
    Copy the full SHA
    7fa6f54 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Configuration menu
    Copy the full SHA
    ff84911 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Update schema

    Iron-Ham committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    badeddb View commit details
    Browse the repository at this point in the history
  2. Tests

    Iron-Ham committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    014f1d5 View commit details
    Browse the repository at this point in the history
  3. Cleanup

    Iron-Ham committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    c8206ce View commit details
    Browse the repository at this point in the history
  4. Xcodeproj

    Iron-Ham committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    c881000 View commit details
    Browse the repository at this point in the history
  5. Docs

    Iron-Ham committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    bf51e47 View commit details
    Browse the repository at this point in the history
  6. Update website docs

    Iron-Ham committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    3554f38 View commit details
    Browse the repository at this point in the history
  7. Fix test

    Iron-Ham committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    f97ba72 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. empty commit

    Iron-Ham committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    4440a5c View commit details
    Browse the repository at this point in the history
  2. empty commit2

    Iron-Ham committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    015b02d View commit details
    Browse the repository at this point in the history
  3. Import Dispatch

    Iron-Ham committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    8c13b61 View commit details
    Browse the repository at this point in the history