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

Bump graphql-core to 3.2.0 #283

Commits on Dec 12, 2021

  1. Fix error 'graphql.error.graphql_error.GraphQLError: Names must only …

    …contain [_a-zA-Z0-9] but 'meta-field' does not.'
    leszekhanusz committed Dec 12, 2021
    Configuration menu
    Copy the full SHA
    efe654d View commit details
    Browse the repository at this point in the history
  2. Don't use format_error

    leszekhanusz committed Dec 12, 2021
    Configuration menu
    Copy the full SHA
    3d9dcc5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c7ca982 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2021

  1. Fix StarWars schema

    Fixes 'Support for returning GraphQLObjectType from resolve_type was removed in GraphQL-core 3.2, please return type name instead'
    leszekhanusz committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    7742bce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3bbf66 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c763279 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6d87de8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    517f0f4 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2021

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

Commits on Dec 29, 2021

  1. Update GraphQL-core to v3.2.0rc4

    This new version of GraphQL-core replaces the FrozenLists in AST nodes
    with tuples, so we need to make the appropriate changes in dsl.py.
    Cito committed Dec 29, 2021
    Configuration menu
    Copy the full SHA
    9d1433e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc53e73 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2022

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

Commits on Jan 16, 2022

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