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:\"test@test.com\",password:\"test123\") { token userId } }"
}

Releases

No releases published

Packages

No packages published