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,
- Host: GitHub
- URL: https://github.com/kamaubrian/bookinggraphqlapi
- Owner: kamaubrian
- License: mit
- Created: 2018-12-09T09:43:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-20T14:24:21.000Z (over 7 years ago)
- Last Synced: 2025-01-18T06:29:43.533Z (over 1 year ago)
- Topics: academind, apis, express, express-graphql, graphql, mongodb, mongoose, nodejs
- Language: JavaScript
- Homepage: https://mtotographql.herokuapp.com/graphql
- Size: 48.8 KB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 } }"
}
```