Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Inline
PrintSchemaOptions
type, whose parent module has been moved.
This option will likely be deprecated in `graphql@16`. For now, we'll inline this type into this module to continue emitting it into the declaration file for `makeRemoteExecutableSchema`. This is necessary since the TypeScript compiler can no longer resolve its previous location as `graphql` has moved the location of the `schemaPrinter` module to `printSchema` in graphql/graphql-js#2426. cc @IvanGoncharov
- Loading branch information