/highper

Primary LanguageJavaScript

WunderGraph simple example

Getting started

npm install && npm start

Get all Continents

curl -X GET http://localhost:9991/app/main/operations/Continents

Get Andorra

curl --location -g --request GET 'http://localhost:9991/app/main/operations/Countries?wg_variables={ "filter": {"code": { "eq": "AD" } } }' \
--header 'Content-Type: application/json'

Call your custom GraphQL server

curl -X GET http://localhost:9991/app/main/operations/Hello

Learn More

Read the Docs.

Got Questions?

Join us on Discord!