Replies: 7 comments
-
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Beta Was this translation helpful? Give feedback.
-
This issue is still valid. |
Beta Was this translation helpful? Give feedback.
-
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Beta Was this translation helpful? Give feedback.
-
Still valid. @vektah if you agree, I can create a PR with this change during my spare time. It would be a breaking change, but I can try to avoid this. Waiting for your feedback. Cheers! |
Beta Was this translation helpful? Give feedback.
-
Implementing this would make resolving issue #1195 simpler. |
Beta Was this translation helpful? Give feedback.
-
Linking #1645 because it also deals with changing the scalar interface. |
Beta Was this translation helpful? Give feedback.
-
This can probably be closed. #1652; using the context interface allows returning an error. |
Beta Was this translation helpful? Give feedback.
-
I have a case when marshaling a scalar can return an error.
Currently we have the following
Marshaler
andUnmarshaler
interfaces:It'd be great to allow return errors for
Marshaler
, similarly toUnmarshaler
.versions
gqlgen version
0.9.0Beta Was this translation helpful? Give feedback.
All reactions