Skip to content

kamaubrian/BookingGraphQLAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 } }"
}

Releases

No releases published

Packages

No packages published