···65656666
67676868-It's the `Client`s responsibility to accept an `Operation` and execute it. The bindings interally
6868+It's the `Client`s responsibility to accept an `Operation` and execute it. The bindings internally
6969call the `client.executeQuery`, `client.executeMutation`, or `client.executeSubscription` methods,
7070and we'll get a "stream" of results. This "stream" allows us to register a callback with it to
7171receive results.