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

Migration to graphql-core-v3 #36

Merged
merged 17 commits into from
Apr 12, 2020

Commits on Apr 12, 2020

  1. feat: server-core compatible with graphql-core-v3

    - Bump dependencies
    - Refactor code to use f-strings format (3.6+)
    - Rename public data structures
    
    BREAKING CHANGE:
    - Requires graphql-core-v3
    - Drop support for Python 2 and below 3.6
    - Remove executor check as graphql-core-v3 does not have SyncExecutor
    KingDarBoja committed Apr 12, 2020
    Configuration menu
    Copy the full SHA
    b797aab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c950f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6814e18 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f6a2e46 View commit details
    Browse the repository at this point in the history
  5. chore: fix flake8 issues

    KingDarBoja committed Apr 12, 2020
    Configuration menu
    Copy the full SHA
    a1d4ae9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    648e79c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6ce66be View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    58feca8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7a19c8e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    32f19c1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0bc2f45 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ea4b882 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c3cb505 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    99c40ec View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    928ace8 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f22d396 View commit details
    Browse the repository at this point in the history
  17. chore: set graphql-core dependency semver

    Co-Authored-By: Jonathan Kim <[email protected]>
    KingDarBoja and jkimbo committed Apr 12, 2020
    Configuration menu
    Copy the full SHA
    bed7432 View commit details
    Browse the repository at this point in the history