Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hassanbahati/mern-graphql


https://github.com/hassanbahati/mern-graphql

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

qeury in a client
`
@POST http://localhost:8080/graphql

{
"query":"{ hello { text views }}"
}`

login
`{
login(email:"email", password: "password")
{
token
userId
}
}`