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

[refactor] Types should be internally represented better #57

Open
rbalicki2 opened this issue Apr 14, 2024 · 0 comments
Open

[refactor] Types should be internally represented better #57

rbalicki2 opened this issue Apr 14, 2024 · 0 comments

Comments

@rbalicki2
Copy link
Collaborator

  • Right now, Isograph's representation of types matches the GraphQL spec, i.e. User is nullable by default, and NonNull is a non-null user
  • Instead, types should be non-nullable by default, and nullable types should be represented as a union of Null and the type
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

No branches or pull requests

1 participant