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

Typescript types not marked as also null for connection marked with @defer #4701

Open
alexus37 opened this issue May 29, 2024 · 1 comment
Open

Comments

@alexus37
Copy link

When you mark a connection with @defer, the generated TypeScript type isn't marked as nullable. It seems like it should be, considering this data may not be ready when the initial response is sent back.

@alexus37
Copy link
Author

Today I learned that in relay @defer is only supported on inline fragments :/
(In case someone ends up here)

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