You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using Postman, run the following request
http://localhost:3000/graphql
{
"query" : "query { login(email:\"[email protected]\",password:\"test123\") { token userId } }"
}
About
A GraphQL API written in Node Js to handle bookings,