Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: graphql-python/graphene
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.1.1
Choose a base ref
...
head repository: graphql-python/graphene
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.2.0
Choose a head ref
  • 12 commits
  • 20 files changed
  • 7 contributors

Commits on Sep 19, 2022

  1. feat: Add support for custom global (Issue #1276) (#1428)

    Co-authored-by: Thomas Leonard <thomas@loftorbital.com>
    tcleonard and Thomas Leonard authored Sep 19, 2022
    Configuration menu
    Copy the full SHA
    ee1ff97 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

  1. Add copy function for GrapheneGraphQLType (#1463)

    Kristian Uzhca authored Oct 24, 2022
    Configuration menu
    Copy the full SHA
    6969023 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

  1. hashable Enum (#1461)

    bkad authored Oct 27, 2022
    Configuration menu
    Copy the full SHA
    ccdd35b View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

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

Commits on Nov 16, 2022

  1. Configuration menu
    Copy the full SHA
    a2b63d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f891a36 View commit details
    Browse the repository at this point in the history
  3. chore: Make Graphene enums iterable like Python enums (#1473)

    * Makes Graphene enums iterable like Python enums by implementing __iter__
    rgroothuijsen authored Nov 16, 2022
    Configuration menu
    Copy the full SHA
    0b1bfbf View commit details
    Browse the repository at this point in the history
  4. feat_ (#1476)

    Previously, installing graphene and trying to do `from graphene.test import Client`
    as recommended in the docs caused an `ImportError`, as the 'promise' library
    is imported but only listed as a requirement in the 'test' section of the setup.py
    file.
    mike-roberts-healx authored Nov 16, 2022
    Configuration menu
    Copy the full SHA
    7f6fa16 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. housekeeping: pin ubuntu to 20.04 for python 3.6

    Ubuntu:latest doesn't include py36 anymore. Keep this until we add 3.11 and drop 3.6.
    See:
    actions/setup-python#544
    rwth-i6/returnn#1226
    erikwrede authored Nov 21, 2022
    Configuration menu
    Copy the full SHA
    f09b2e5 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. Do not interpret Enum members called 'description' as description pro…

    …perties (#1478)
    
    This is a workaround for `TypeError`s being raised when initialising schemas with
    Enum members named `description` or `deprecation_reason`.
    
    
    Fixes #1321
    mike-roberts-healx authored Dec 1, 2022
    4 Configuration menu
    Copy the full SHA
    a141e84 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. release: 3.1.2

    erikwrede authored Dec 9, 2022
    Configuration menu
    Copy the full SHA
    8596349 View commit details
    Browse the repository at this point in the history
  2. release: 3.2.0

    fixes previous release number 3.1.2 due to a pending feature release
    erikwrede authored Dec 9, 2022
    Configuration menu
    Copy the full SHA
    d5dadb7 View commit details
    Browse the repository at this point in the history
Loading