app.use(
'/graphql',
graphqlExpress({
schema: MyGraphQLSchema,
graphiql: true,
}),
);app.use(
'/graphql',
graphqlHTTP({
schema: MyGraphQLSchema,
graphiql: true,
}),
);Михаил @notiv-nt, что graphqlExpress уже не используется, новый вопрос: