Commit 9139a28
authored
Version Packages (#7635)
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.
# Releases
## @apollo/[email protected]
### Minor Changes
- [#7634](#7634)
[`f8a8ea08f`](f8a8ea0)
Thanks [@dfperry5](https://github.com/dfperry5)! - Updating the
ApolloServer constructor to take in a stringifyResult function that will
allow a consumer to pass in a function that formats the result of an
http query.
Usage:
```ts
const server = new ApolloServer({
typeDefs,
resolvers,
stringifyResult: (value: FormattedExecutionResult) => {
return JSON.stringify(value, null, 2);
},
});
```
## @apollo/[email protected]
### Patch Changes
- [#7649](#7649)
[`d33acdfdd`](d33acdf)
Thanks [@mastrzyz](https://github.com/mastrzyz)! - Add missing
`supertest` dependency
- [#7632](#7632)
[`64f8177ab`](64f8177)
Thanks [@renovate](https://github.com/apps/renovate)! - Update
graphql-http dependency
- Updated dependencies
\[[`f8a8ea08f`](f8a8ea0)]:
- @apollo/[email protected]
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>1 parent d33acdf commit 9139a28
File tree
8 files changed
+36
-34
lines changed- .changeset
- packages
- integration-testsuite
- server
8 files changed
+36
-34
lines changedThis file was deleted.
This file was deleted.
This file was deleted.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
3 | 14 | | |
4 | 15 | | |
5 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
3 | 21 | | |
4 | 22 | | |
5 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments