Skip to content

Commit

Permalink
Import PersistedQueryOptions from private, rather than public, API.
Browse files Browse the repository at this point in the history
  • Loading branch information
abernix committed Apr 27, 2020
1 parent 0fff093 commit bc910a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apollo-server-core/src/requestPipeline.ts
Expand Up @@ -17,7 +17,7 @@ import {
enableGraphQLExtensions,
} from 'graphql-extensions';
import { DataSource } from 'apollo-datasource';
import { PersistedQueryOptions } from '.';
import { PersistedQueryOptions } from './graphqlOptions';
import {
symbolRequestListenerDispatcher,
enablePluginsForSchemaResolvers,
Expand Down

0 comments on commit bc910a6

Please sign in to comment.