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: 8290326
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: fc582ba
Choose a head ref
  • 6 commits
  • 19 files changed
  • 5 contributors

Commits on Apr 23, 2021

  1. Propagate arguments of relay.NodeField to Field (#1036) (#1307)

    * Propagate name, deprecation_reason arguments of relay.NodeField to Field
    
    * Allow custom description in Node.Field and move ID description to ID argument
    
    * Add test for Node.Field with custom name
    
    * Add tests for description, deprecation_reason arguments of NodeField
    
    * Pass all kwargs from NodeField to Field
    
    Co-authored-by: Theodore Diamantidis <diamaltho@gmail.com>
    tcleonard and tdiam authored Apr 23, 2021
    Configuration menu
    Copy the full SHA
    afa44e8 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2021

  1. Configuration menu
    Copy the full SHA
    46bb120 View commit details
    Browse the repository at this point in the history
  2. Remove CODEOWNERS

    jkimbo committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    aba771b View commit details
    Browse the repository at this point in the history
  3. Python 3.10 compatibility (#1350)

    Co-authored-by: Cyrille Pontvieux <cyrille@enialis.net>
    jkimbo and jrd authored Jul 16, 2021
    Configuration menu
    Copy the full SHA
    0845aa9 View commit details
    Browse the repository at this point in the history
  4. v2.1.9

    jkimbo committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    7d2af31 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2022

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