0 votes
in NodeJS Essentials by

Which of the following is used to create GraphQL APIs in Node.js?

A) apollo-server

B) express-graphql

C) koa-graphql

D) all of the above

1 Answer

0 votes
by

Answer: D

Explanation: apollo-server, express-graphql, and koa-graphql are all used to create GraphQL APIs in Node.js.

...