Skip to content

Commit

Permalink
Merge branch 'canary' into patch-4
Browse files Browse the repository at this point in the history
  • Loading branch information
developit authored Oct 21, 2019
2 parents 7b370dd + cd8429d commit 17b779f
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import { ApolloServer } from 'apollo-server-micro'
import { typeDefs } from '../../apollo/type-defs'
import { resolvers } from '../../apollo/resolvers'
import { schema } from '../../apollo/schema'

const apolloServer = new ApolloServer({ typeDefs, resolvers })
const apolloServer = new ApolloServer({ schema })

export const config = {
api: {
Expand Down

0 comments on commit 17b779f

Please sign in to comment.