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
{{ message }}
This repository was archived by the owner on Oct 23, 2024. It is now read-only.
The first argument you pass into `reactive-graphql`is an executable schema, the second one a parsed GraphQL query. You can pass in the root context as an object as a third parameter.
114
+
The first argument you pass into `reactive-graphql` is an executable schema, the second one a parsed GraphQL query. You can pass in the root context as an object as a third parameter.
107
115
108
-
The implementation will always return an Observable.
116
+
The implementation will always return an Observable.
109
117
If any of the resolvers returns an error the implementation will emit the error on the stream.
110
-
Otherwise the data will be wrapped in a `{ data }`object, like most implementations handle this.
118
+
Otherwise the data will be wrapped in a `{ data }` object, like most implementations handle this.
0 commit comments