Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 7 days 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:\"[email protected]\",password:\"test123\") { token userId } }"
}

```