A GraphQL API written in Node Js to handle bookings,
JavaScriptMIT
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 } }"
}