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
handlerProvider is a way of letting you write custom handlers (think middlewares that run before a specific field is merged into the store, allowing you to change anything in the store as a field is added or updated in a centralized place). This is done by defining a handler and then referencing that on a field using the @__clientField(handle: String!) directive.
The magic @connection does is implemented internally by providing a handler for instance.
There should be bindings and docs for this.
The text was updated successfully, but these errors were encountered:
handlerProvider
is a way of letting you write custom handlers (think middlewares that run before a specific field is merged into the store, allowing you to change anything in the store as a field is added or updated in a centralized place). This is done by defining a handler and then referencing that on a field using the@__clientField(handle: String!)
directive.The magic
@connection
does is implemented internally by providing a handler for instance.There should be bindings and docs for this.
The text was updated successfully, but these errors were encountered: