'createConnection' is deprecated
I am creating my first application in Node with Graphql, and for now I have only written this code: import ‘reflect-metadata’; const express = require(‘express’); import { Express } from ‘express’; import { ApolloServer } from ‘apollo-server-express’; import { ApolloServerPluginLandingPageGraphQLPlayground } from ‘apollo-server-core’; import { buildSchema } from ‘type-graphql’; import { ActivityResolver } from ‘./resolvers/activity’;… Read More 'createConnection' is deprecated