relay
relay copied to clipboard
Typescript types not marked as also null for connection marked with `@defer`
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.
Today I learned that in relay @defer is only supported on inline fragments :/
(In case someone ends up here)