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
-`hooks`: Lost of `PreResolve` and `PostResolve` hooks
111
+
112
+
Refer the [examples](./examples) for more usage examples
113
+
114
+
## Contributing
115
+
116
+
`graphql-lightstep-middleware` package intends to support contribution and support and thanks the open source community to making it better. Read below to learn how you can improve this repository and package
117
+
118
+
### Code of Conduct
119
+
120
+
Please check the [CODE OF CONDUCT](./CODE_OF_CONDUCT) which we have in place to ensure safe and supportive environment for contributors
121
+
122
+
### Contributing
123
+
124
+
Feel free to create issues and bugs in the issues section using issues and bugs template. Please also ensure that there are not existing issues created on the same topic
125
+
126
+
### Good first issues
127
+
128
+
Please check issues labeled [#good-first-issues](https://github.com/addityasingh/graphql-lightstep-middleware/labels/good%20first%20issue) under the issues section
Verifying `graphql-lightstep-middleware` example can be done with below setup
2
+
3
+
## Run lightstep satelite
4
+
5
+
To test lightstep locally, we need to first run `lightstep` satelite for developer mode. This is documented on lightstep site [Use Developer mode](https://docs.lightstep.com/docs/use-developer-mode-to-quickly-see-traces)
6
+
7
+
## Run example
8
+
9
+
To run the example for `graphql-with-lightstep` run
10
+
11
+
```sh
12
+
yarn run tsc && node dist/graphql-with-lightstep.js
13
+
```
14
+
15
+
## Result
16
+
17
+
If the setup works correctly, you would see below event in lightstep dashboard
0 commit comments