Uh oh!
There was an error while loading. Please reload this page.
Fixed ID type deserialization - #262
Conversation
Deserialization of ID types caused an exception if the field was nullable.
xperiandri
commented
Sep 10, 2022
@hth313 is this already fixed? Can we close this PR? |
hth313
commented
Sep 11, 2022
I have no idea. I made a couple of PRs, some were merged but I do not think all of them. Not sure why and it was a long time ago. Looking at it now it seems that this was not merged, the misspelled "sring" is still there, but the actual fix does not match the code anymore. I really have no idea, I moved on, you can do what you feel is best. |
xperiandri
commented
Sep 11, 2022
As you can see I push this library forward. Soon we will have the latest GraphQL grammar support, CI&CD, solution template, etc.. So if you can check and update your PR I would appreciate that |
hth313
commented
Sep 11, 2022
It is good to see healthy open source projects. Sadly I will most likely not be able to update the PR as I work in very different dev stacks these days. I do not have needed tools and VMs installed for this anymore. |
xperiandri
commented
Dec 6, 2022
@hth313 add me to you fork repo as editor, please |
You can just fork, clone or define a remote to it and pull things from it as needed. |
Deserialization of ID types caused an exception if the field was
nullable.
This corrects #244 and adds a test-case for it.