RUN npm install -g graphiql
;
// Root resolver const root = hello: () => 'Hello GraphiQL!' ; graphiql install
startServer();
async function startServer() const app = express(); const server = new ApolloServer( typeDefs, resolvers ); RUN npm install -g graphiql ; // Root
const resolvers = Query: hello: () => 'Hello from Apollo!' RUN npm install -g graphiql