Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch to
apollo-graphql
for providing the signature transformations.
As of #2259, the signature normalization transformations no longer live in `apollo-engine-reporting`. They now live in `apollo-graphql` which allows us to drop a large portion of the dependency tree since `apollo-engine-reporting` currently depends on `apollo-server-core` for its type definitions. We'll use path-based imports at the moment because not everything is exported from the main module of `apollo-graphql` (intentionally).
- Loading branch information