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
GraphQL-Pro's @defer and @stream implementations predate the current RFC, but since then, the proposal has been updated and the latest Apollo client has better support for it. GraphQL-Pro should be compatible with the latest spec, but also, I need some way to keep compatibility for old users.
It looks to me like the only difference is whether or not it's allowed on fields -- besides that, GraphQL::Pro::Defer and GraphQL::Pro::Stream look up-to-date to me.
The text was updated successfully, but these errors were encountered:
GraphQL-Pro's
@defer
and@stream
implementations predate the current RFC, but since then, the proposal has been updated and the latest Apollo client has better support for it. GraphQL-Pro should be compatible with the latest spec, but also, I need some way to keep compatibility for old users.RFC: https://github.com/graphql/graphql-wg/blob/main/rfcs/DeferStream.md
It looks to me like the only difference is whether or not it's allowed on fields -- besides that,
GraphQL::Pro::Defer
andGraphQL::Pro::Stream
look up-to-date to me.The text was updated successfully, but these errors were encountered: