Hi, found a solution for this error when starting a server, so sharing: I just changed a line when requiring express-graphql to: ``` const expressGraphQL = require('express-graphql').graphqlHTTP ``` Now it starts ok.