apollosolutions / apollo-server-with-mocks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Solutions Repo Template

Do you need a fast way to run Apollo Server with a given schema? Look no further!

The code in this repository is experimental and has been provided for reference purposes only. Community feedback is welcome but this project may not be supported in the same way that repositories in the official Apollo GraphQL GitHub organization are. If you need help you can file an issue on this repository, contact Apollo to talk to an expert, or create a ticket directly in Apollo Studio.

Usage

docker run -p 4000:4000 -v $(pwd)/schema.graphql:/app/schema.graphql ghcr.io/apollosolutions/apollo-server-with-mocks:main

About

License:MIT License


Languages

Language:JavaScript 86.1%Language:Dockerfile 13.9%