Simplest example of how to use the voyager-server framework
9.0K
$ docker run -p 4000:4000 aerogear/voyager-server-example-basic
š Server ready at http://localhost:4000/graphql
Open http://localhost:4000/graphqlā and you will see the GraphQL Playground. This is a space where you can try out queries and see the results.
Try the following query.
query hello {
hello
}
Content type
Image
Digest
Size
354.5 MB
Last updated
about 7 years ago
docker pull aerogear/voyager-server-example-basic