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
Answer: D
Explanation: apollo-server, express-graphql, and koa-graphql are all used to create GraphQL APIs in Node.js.