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

feat(dh): apollo data source #3517

Merged
merged 47 commits into from
Sep 19, 2024
Merged

feat(dh): apollo data source #3517

merged 47 commits into from
Sep 19, 2024

Commits on Sep 10, 2024

  1. Save working state

    ManBearTM committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    cbb7f6c View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Refactor codegen plugin

    ManBearTM committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    9af81b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1f5270 View commit details
    Browse the repository at this point in the history
  3. Add docs

    ManBearTM committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    791aeee View commit details
    Browse the repository at this point in the history
  4. style: format

    github-actions[bot] committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    ba7a202 View commit details
    Browse the repository at this point in the history
  5. Remove .vscode folder

    ManBearTM committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    0c1f91e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    79ffd31 View commit details
    Browse the repository at this point in the history
  7. Keep the non-nullable data

    ManBearTM committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    a37e92e View commit details
    Browse the repository at this point in the history
  8. Bring back comment

    ManBearTM committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    24b0436 View commit details
    Browse the repository at this point in the history
  9. Fix type

    ManBearTM committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    6e7a1f5 View commit details
    Browse the repository at this point in the history
  10. Improve some things

    ManBearTM committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    189107f View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. More refactorings

    Bjørn Hoffmann authored and Bjørn Hoffmann committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    0ac629f View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    a1ae76c View commit details
    Browse the repository at this point in the history
  2. style: format

    github-actions[bot] committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    5357c0f View commit details
    Browse the repository at this point in the history
  3. Save working state

    ManBearTM committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    6299f07 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    39d6bbe View commit details
    Browse the repository at this point in the history
  5. Restore swagger.json

    ManBearTM committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    54fb024 View commit details
    Browse the repository at this point in the history
  6. Revert nswag

    ManBearTM committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    96101c2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e39d57e View commit details
    Browse the repository at this point in the history
  8. Add paging util

    ManBearTM committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    8e51b21 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    21a5827 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c26b91c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    47adfa5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e3c6c6d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1e70144 View commit details
    Browse the repository at this point in the history
  14. Add error to dataSource

    ManBearTM committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    46f7077 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4483904 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b4283d7 View commit details
    Browse the repository at this point in the history
  17. Missing newline

    ManBearTM committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    977ce9c View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    3336725 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    c6cff1f View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    4f2af8d View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    b3d4ef5 View commit details
    Browse the repository at this point in the history
  22. Refetch on create

    ManBearTM committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    edaa4e6 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    78b21cf View commit details
    Browse the repository at this point in the history
  24. Revert prettier change

    ManBearTM committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    e37d693 View commit details
    Browse the repository at this point in the history
  25. style: format

    github-actions[bot] committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    8cb2dd5 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    3e16d1a View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    e93ec11 View commit details
    Browse the repository at this point in the history
  28. Update schema snapshot

    ManBearTM committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    79a949f View commit details
    Browse the repository at this point in the history
  29. Fix mocks

    ManBearTM committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    9a0f820 View commit details
    Browse the repository at this point in the history
  30. Ignore dist from eslint

    ManBearTM committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    f0acc6c View commit details
    Browse the repository at this point in the history
  31. Remove test target

    ManBearTM committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    d8ebad3 View commit details
    Browse the repository at this point in the history
  32. Fix eo paginator usage

    ManBearTM committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    df665a6 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    1416ebe View commit details
    Browse the repository at this point in the history
  34. Less concise, more correct

    ManBearTM committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    afd8689 View commit details
    Browse the repository at this point in the history
  35. Try parse

    ManBearTM committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    82b4764 View commit details
    Browse the repository at this point in the history