-
Notifications
You must be signed in to change notification settings - Fork 73
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
Fixed ID
type deserialization
#410
base: dev
Are you sure you want to change the base?
Conversation
d9061cf
to
8fd8170
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@njlr any opinions?
tests/FSharp.Data.GraphQL.IntegrationTests/FSharp.Data.GraphQL.IntegrationTests.fsproj
Outdated
Show resolved
Hide resolved
tests/FSharp.Data.GraphQL.IntegrationTests/ResponseJsonTests.fs
Outdated
Show resolved
Hide resolved
a024d30
to
48c7715
Compare
@njlr review, please |
48c7715
to
d2a746e
Compare
How did this fail prior to this PR? |
LGTM 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
@njlr can you approve again? I accidentally closed the Pull Request. |
@ivelten I don't have permissions @xperiandri Can you help? |
This needs to be rebased or applied on top of #418 |
ee9baf6
to
5e02ca2
Compare
c8b3525
to
0810527
Compare
14aa27a
to
3ba4016
Compare
1737829
to
246d6c0
Compare
0dd4372
to
81bc85e
Compare
5e02ca2
to
99dc46b
Compare
Deserialization of ID types caused an exception if the field was nullable.
99dc46b
to
8f459ab
Compare
d90f0e9
to
434b4be
Compare
Rebase of #262