You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently the extension doesn't support @defer directives. wg-doc. These are supported by the Apollo suite of tools.
Essentially they send multiple payloads using multipart form data. They look like the following when the client has the defer support active but not in use (when the @defer directive isn't used in the query):
There is more information in the working group doc about multi part responses.
Describe the solution you'd like
I'd really hope that at least in the first iteration queries using this multipart system are supported. Not necessarily the ones using @defer. Currently all entries in the extension just show empty responses whenever this spec is enabled.
Describe alternatives you've considered
The apollo graphql extension and Urql extensions support this spec but they require you to modify your application bundle and aren't nearly as cool as this extension.
Additional context
I'm willing to work on this a bit but it requires re-writing a lot of the multipart support logic so I'd like some input from the maintainers on how they'd like that to be re-structured before I dive into it.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently the extension doesn't support
@defer
directives. wg-doc. These are supported by the Apollo suite of tools.Essentially they send multiple payloads using multipart form data. They look like the following when the client has the defer support active but not in use (when the
@defer
directive isn't used in the query):There is more information in the working group doc about multi part responses.
Describe the solution you'd like
I'd really hope that at least in the first iteration queries using this multipart system are supported. Not necessarily the ones using
@defer
. Currently all entries in the extension just show empty responses whenever this spec is enabled.Describe alternatives you've considered
The apollo graphql extension and Urql extensions support this spec but they require you to modify your application bundle and aren't nearly as cool as this extension.
Additional context
I'm willing to work on this a bit but it requires re-writing a lot of the multipart support logic so I'd like some input from the maintainers on how they'd like that to be re-structured before I dive into it.
The text was updated successfully, but these errors were encountered: