Hello World GraphQL- JS
1.3K
This is a "Hello World" project using GraphQL with Express.js and Node.js. The API exposes a /graphql route to run GraphQL queries and responds with a "Hello World with GraphQL" message.
##Docker
docker pull lssalas/hello-world-graphql:last
docker run -p 4000:4000 --name hello-world-graphql-container lssalas/hello-world-graphql:latest
Content type
Image
Digest
sha256:e5c814151…
Size
344.5 MB
Last updated
almost 2 years ago
docker pull lssalas/hello-world-graphql