Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

(docs) - Fix typo (#1991)

authored by

Jovi De Croock and committed by
GitHub
dcac6716 0fe23c53

+1 -1
+1 -1
docs/architecture.md
··· 65 65 66 66 ![Operations and Results](./assets/urql-event-hub.png) 67 67 68 - It's the `Client`s responsibility to accept an `Operation` and execute it. The bindings interally 68 + It's the `Client`s responsibility to accept an `Operation` and execute it. The bindings internally 69 69 call the `client.executeQuery`, `client.executeMutation`, or `client.executeSubscription` methods, 70 70 and we'll get a "stream" of results. This "stream" allows us to register a callback with it to 71 71 receive results.