Skip to content

kddc/create-baqend-graphql-server

Repository files navigation

Build Status

Create Baqend GraphQL Server

Installation

yarn install
curl -X GET "https://proud-filet-mignon-324.app.baqend.com/v1/code/graphql?query=%7B%20User(id:%20%22/db/User/1382%22)%20%7B%20id%20username%20%7D%20%7D" -H "Content-Type: application/json" -i
curl -X POST "https://proud-filet-mignon-324.app.baqend.com/v1/code/graphql" -H "fastly-debug: \"1\"" -H "accept: application/json" -H "Content-Type: application/json" -d '{"query": "{ User(id: \"/db/User/1382\") { id username } }"}' -i

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published