Skip to content
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

Implemented StructNullable to support ValueOption fields #511

Merged
merged 1 commit into from
Jan 31, 2025

Conversation

xperiandri
Copy link
Collaborator

No description provided.

@xperiandri xperiandri requested a review from valbers January 31, 2025 13:54
src/FSharp.Data.GraphQL.Shared/SchemaDefinitions.fs Outdated Show resolved Hide resolved
src/FSharp.Data.GraphQL.Shared/TypeSystem.fs Show resolved Hide resolved
c = [Some "Contrived"; None; Some "Confusing"]
c = Some "Contrived"
d = ValueSome "Donut"
l = [Some "Contrived"; None; Some "Confusing"]
Copy link

@ePasha ePasha Jan 31, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

abcd then l. What kind of alphabet is that? abсdE :)

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

l because list

@xperiandri xperiandri merged commit 717dafd into dev Jan 31, 2025
3 checks passed
@xperiandri xperiandri deleted the StructNullable branch January 31, 2025 17:45
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.

2 participants