An open API service indexing awesome lists of open source software.

https://github.com/kamaubrian/bookinggraphqlapi

A GraphQL API written in Node Js to handle bookings,
https://github.com/kamaubrian/bookinggraphqlapi

academind apis express express-graphql graphql mongodb mongoose nodejs

Last synced: about 2 months ago
JSON representation

A GraphQL API written in Node Js to handle bookings,

Awesome Lists containing this project

README

          

# GraphQLApi
A GraphQL API written in Node Js. 😍😍😍😍😍
##
###Sample Request

```
Using Postman, run the following request

http://localhost:3000/graphql

{
"query" : "query { login(email:\"test@test.com\",password:\"test123\") { token userId } }"
}

```