import express from “express”; import { graphqlHTTP } from “express-graphql”; import { makeExecutableSchema } from “@graphql-tools/schema”; import { …
import express from “express”; import { graphqlHTTP } from “express-graphql”; import { makeExecutableSchema } from “@graphql-tools/schema”; import { …