mirror of
https://github.com/vale981/apollo-server
synced 2025-03-06 10:11:40 -05:00
24 lines
No EOL
778 B
Markdown
24 lines
No EOL
778 B
Markdown
<!--
|
|
Thanks for filing a pull request on GraphQL Server!
|
|
|
|
Please look at the following checklist to ensure that your PR
|
|
can be accepted quickly:
|
|
-->
|
|
|
|
TODO:
|
|
|
|
* [ ] Update CHANGELOG.md with your change (include reference to issue & this PR)
|
|
* [ ] Make sure all of the significant new logic is covered by tests
|
|
* [ ] Rebase your changes on master so that they can be merged easily
|
|
* [ ] Make sure all tests and linter rules pass
|
|
|
|
<!--**Pull Request Labels**
|
|
|
|
While not necessary, you can help organize our pull requests by labeling this issue when you open it. To add a label automatically, simply [x] mark the appropriate box below:
|
|
|
|
- [ ] feature
|
|
- [ ] blocking
|
|
- [ ] docs
|
|
|
|
To add a label not listed above, simply place `/label another-label-name` on a line by itself.
|
|
--> |