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
Configuring connection fields with @typePolicy(connectionFields: "...") is deprecated. Instead, apply @connection to the connection types.
Configuring pagination arguments with @fieldPolicy(forField: "...", paginationArgs: "...") is deprecated. Instead, configure a FieldKeyGenerator on your cache.
The API of EmbeddedFieldsProvider has been tweaked to be called field by field, rather than by type.
@typePolicy and @fieldPolicy are now in the cache specification (#231)
After a deprecation period, they will be removed from the kotlin_labs specification. Here is how you should import these directives in your extra.graphqls: