Skip to content

Commit

Permalink
Renamed gqlApollo to googleCloudApollo
Browse files Browse the repository at this point in the history
  • Loading branch information
reaktivo committed Jul 31, 2018
1 parent 2424dfa commit 23366bd
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apollo-server-cloud-function/src/ApolloServer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {
RenderPageOptions as PlaygroundRenderPageOptions,
} from '@apollographql/graphql-playground-html';

import { graphqlCloudFunction } from './gqlApollo';
import { graphqlCloudFunction } from './googleCloudApollo';

export interface CreateHandlerOptions {
cors?: {
Expand Down

0 comments on commit 23366bd

Please sign in to comment.