Skip to content

Allow omitting optional arguments with serialize_variables=True #338

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

Conversation

leszekhanusz
Copy link
Collaborator

Fixes #333

@codecov-commenter
Copy link

codecov-commenter commented Jul 3, 2022

Codecov Report

Merging #338 (2102a27) into master (5912f8f) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##            master      #338   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           26        26           
  Lines         2232      2232           
=========================================
  Hits          2232      2232           
Impacted Files Coverage Δ
gql/utilities/serialize_variable_values.py 100.00% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5912f8f...2102a27. Read the comment docs.

@leszekhanusz leszekhanusz changed the title DSL allow omitting optional arguments Allow omitting optional arguments with serialize_variables=True Jul 3, 2022
@leszekhanusz leszekhanusz merged commit ddabb22 into graphql-python:master Jul 3, 2022
@leszekhanusz leszekhanusz deleted the feature_dsl_allow_omitting_optional_arguments branch July 3, 2022 23:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot omit optional arguments in mutation using serialize_variables=True
2 participants