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
This work is not required for delivery of the feature but is a quality of life improvement to the code with the introduction of @defer - RFC section link.
Adding support for @defer brings new meaning of the word 'deferred' to the codebase. There is an enum type named PossiblyDeferred which would cause confusion when trying to understand it’s intent. This type and its related functions should be renamed to disambiguate it from the incoming @defer related types and functions.
PossiblyDeferred is an internal type so this should have no adverse effect to users’ code.
The text was updated successfully, but these errors were encountered:
calvincestari
changed the title
Rename PossiblyDeferred type - [RFC link](https://github.com/apollographql/apollo-ios/blob/spike/defer/Design/3093-graphql-defer.md#rename-possiblydeferred-typesfunctions)
Rename PossiblyDeferred type
Jul 24, 2023
This work is not required for delivery of the feature but is a quality of life improvement to the code with the introduction of
@defer
- RFC section link.The text was updated successfully, but these errors were encountered: