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

Sync with upstream repo #41

Merged
merged 7 commits into from
Oct 20, 2023
Merged

Sync with upstream repo #41

merged 7 commits into from
Oct 20, 2023

Commits on Aug 27, 2023

  1. adding optional_field in Serializermutation to enfore some fields to …

    …be optional (graphql-python#1455)
    
    * adding optional_fields to enforce fields to be optional
    
    * adding support for all
    
    * adding unit tests
    
    * Update graphene_django/rest_framework/mutation.py
    
    Co-authored-by: Kien Dang <kiend@pm.me>
    
    * linting
    
    * linting
    
    * add missing import
    
    ---------
    
    Co-authored-by: Kien Dang <kiend@pm.me>
    mahmoudmostafa0 and kiendang authored Aug 27, 2023
    Configuration menu
    Copy the full SHA
    e49a01c View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Typo fixes (graphql-python#1459)

    * Fix Star Wars spaceship name
    
    * Fix some typos in comments
    
    * Typo fixes
    
    * More typo fixes
    lilac-supernova-2 authored Sep 6, 2023
    Configuration menu
    Copy the full SHA
    67def2e View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Support displaying deprecated input fields in GraphiQL docs (graphql-…

    …python#1458)
    
    * Update GraphiQL docs URL in docs/settings
    
    And deduplicate link declaration.
    
    * Support displaying deprecated input fields in GraphiQL docs
    romainletendart authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    ee7560f View commit details
    Browse the repository at this point in the history
  2. Fix graphiql explorer styles by sending graphiql_plugin_explorer_css_…

    …sri param to render_graphiql function of the GraphQlView (graphql-python#1418) (graphql-python#1460)
    mnasiri authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    83d3d27 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Fix test Client headers for Django 4.2 (graphql-python#1465)

    * Fix test Client headers for Django 4.2
    
    * Lazy import pkg_resources
    
    since it could be quite heavy
    
    * Remove use of pkg_resources altogether
    kiendang authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    e8f36b0 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Configuration menu
    Copy the full SHA
    098f878 View commit details
    Browse the repository at this point in the history
  2. fix: style

    superlevure committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    d298472 View commit details
    Browse the repository at this point in the history