graphene-django-extras icon indicating copy to clipboard operation
graphene-django-extras copied to clipboard

Added ability to explicitly pass input and output types to DjangoSerializerMutation

Open bloodwithmilk25 opened this issue 4 years ago • 2 comments

There are cases(I had it), when users want explicitly pass input/output types to DjangoSerializerMutation. There may be a conflict with my other pull request, as it's the same file, I will help you resolve it.

bloodwithmilk25 avatar Oct 02 '20 14:10 bloodwithmilk25

Codecov Report

Merging #157 into master will decrease coverage by 0.05%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #157      +/-   ##
==========================================
- Coverage   53.65%   53.60%   -0.06%     
==========================================
  Files          24       24              
  Lines        1968     1970       +2     
==========================================
  Hits         1056     1056              
- Misses        912      914       +2     
Impacted Files Coverage Δ
graphene_django_extras/mutation.py 32.07% <0.00%> (-0.41%) :arrow_down:

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 abb5a33...028a4ff. Read the comment docs.

codecov[bot] avatar Oct 02 '20 14:10 codecov[bot]

This would be very useful, particularly with JSON data fields, which currently get auto-stringified and stuck as non-sub-selectable (which creates an asymmetry between query & mutation types that then has to be hack-fixed by the client).

tvanmaren avatar Aug 23 '21 22:08 tvanmaren