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

Implement codegen for queries #1655

Merged
merged 48 commits into from
Mar 14, 2022
Merged

Implement codegen for queries #1655

merged 48 commits into from
Mar 14, 2022

Commits on Mar 14, 2022

  1. Configuration menu
    Copy the full SHA
    cbc618e View commit details
    Browse the repository at this point in the history
  2. Add support for imports

    patrick91 authored Mar 14, 2022
    Configuration menu
    Copy the full SHA
    3cd6d05 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    50fca97 View commit details
    Browse the repository at this point in the history
  4. Better print handling

    patrick91 authored Mar 14, 2022
    Configuration menu
    Copy the full SHA
    b60caaa View commit details
    Browse the repository at this point in the history
  5. Wip

    patrick91 authored Mar 14, 2022
    Configuration menu
    Copy the full SHA
    d26cce9 View commit details
    Browse the repository at this point in the history
  6. WIP

    patrick91 authored Mar 14, 2022
    Configuration menu
    Copy the full SHA
    b8d423c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4a67779 View commit details
    Browse the repository at this point in the history
  8. Some type fixes

    patrick91 authored Mar 14, 2022
    Configuration menu
    Copy the full SHA
    9dca718 View commit details
    Browse the repository at this point in the history
  9. Fix codegen

    patrick91 authored Mar 14, 2022
    Configuration menu
    Copy the full SHA
    4e43133 View commit details
    Browse the repository at this point in the history
  10. Implement cli

    patrick91 authored Mar 14, 2022
    Configuration menu
    Copy the full SHA
    e9dd8aa View commit details
    Browse the repository at this point in the history
  11. fix enum

    patrick91 authored Mar 14, 2022
    Configuration menu
    Copy the full SHA
    7e68345 View commit details
    Browse the repository at this point in the history
  12. Fix tests

    patrick91 authored Mar 14, 2022
    Configuration menu
    Copy the full SHA
    892b267 View commit details
    Browse the repository at this point in the history
  13. Move tests to snapshot

    patrick91 authored Mar 14, 2022
    Configuration menu
    Copy the full SHA
    d4c0a3e View commit details
    Browse the repository at this point in the history
  14. Update types

    patrick91 authored Mar 14, 2022
    Configuration menu
    Copy the full SHA
    31f883f View commit details
    Browse the repository at this point in the history
  15. Add some error handling

    patrick91 authored Mar 14, 2022
    Configuration menu
    Copy the full SHA
    653611a View commit details
    Browse the repository at this point in the history
  16. wip

    patrick91 authored Mar 14, 2022
    Configuration menu
    Copy the full SHA
    f6cf1f1 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    35bd93a View commit details
    Browse the repository at this point in the history
  18. Directives

    patrick91 authored Mar 14, 2022
    Configuration menu
    Copy the full SHA
    54e9cc1 View commit details
    Browse the repository at this point in the history
  19. More scalars

    patrick91 authored Mar 14, 2022
    Configuration menu
    Copy the full SHA
    ef2566d View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    cdb821e View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    2d3053d View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    a556138 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    4bb1df8 View commit details
    Browse the repository at this point in the history
  24. Collect nested input types

    patrick91 authored Mar 14, 2022
    Configuration menu
    Copy the full SHA
    9965a21 View commit details
    Browse the repository at this point in the history
  25. Refactor fix types

    patrick91 authored Mar 14, 2022
    Configuration menu
    Copy the full SHA
    1874315 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    714d1a0 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    373f158 View commit details
    Browse the repository at this point in the history
  28. Update command

    patrick91 authored Mar 14, 2022
    Configuration menu
    Copy the full SHA
    05e9e36 View commit details
    Browse the repository at this point in the history
  29. Test CLI

    patrick91 authored Mar 14, 2022
    Configuration menu
    Copy the full SHA
    fccbd79 View commit details
    Browse the repository at this point in the history
  30. Increase test coverage

    patrick91 authored Mar 14, 2022
    Configuration menu
    Copy the full SHA
    8b97295 View commit details
    Browse the repository at this point in the history
  31. Add imports for scalars

    patrick91 authored Mar 14, 2022
    Configuration menu
    Copy the full SHA
    4a9a36a View commit details
    Browse the repository at this point in the history
  32. Write to files

    patrick91 authored Mar 14, 2022
    Configuration menu
    Copy the full SHA
    ab9ece8 View commit details
    Browse the repository at this point in the history
  33. Add some output

    patrick91 authored Mar 14, 2022
    Configuration menu
    Copy the full SHA
    18d9b3c View commit details
    Browse the repository at this point in the history
  34. Add release notes

    patrick91 authored Mar 14, 2022
    Configuration menu
    Copy the full SHA
    704a616 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    fd80378 View commit details
    Browse the repository at this point in the history
  36. Fix issue with mypy cache

    patrick91 authored Mar 14, 2022
    Configuration menu
    Copy the full SHA
    f068282 View commit details
    Browse the repository at this point in the history
  37. Fix type

    patrick91 authored Mar 14, 2022
    Configuration menu
    Copy the full SHA
    9aaf964 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    1375e23 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    511b029 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    80ec80f View commit details
    Browse the repository at this point in the history
  41. wip cli plugin

    patrick91 authored Mar 14, 2022
    Configuration menu
    Copy the full SHA
    4a5508f View commit details
    Browse the repository at this point in the history
  42. Improve CLI plugin

    patrick91 authored Mar 14, 2022
    Configuration menu
    Copy the full SHA
    46ced2f View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    7a1542c View commit details
    Browse the repository at this point in the history
  44. Update types

    patrick91 authored Mar 14, 2022
    Configuration menu
    Copy the full SHA
    cbd2166 View commit details
    Browse the repository at this point in the history
  45. Update docs

    patrick91 authored Mar 14, 2022
    Configuration menu
    Copy the full SHA
    8bf3c53 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    29321e0 View commit details
    Browse the repository at this point in the history
  47. Fix type

    patrick91 authored Mar 14, 2022
    Configuration menu
    Copy the full SHA
    4eeb8f6 View commit details
    Browse the repository at this point in the history
  48. Update command

    patrick91 authored Mar 14, 2022
    Configuration menu
    Copy the full SHA
    c6cf2a7 View commit details
    Browse the repository at this point in the history