Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hassanbahati/mern-graphql
https://github.com/hassanbahati/mern-graphql
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/hassanbahati/mern-graphql
- Owner: HassanBahati
- Created: 2023-05-30T04:16:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-30T04:16:59.000Z (over 1 year ago)
- Last Synced: 2024-10-28T09:12:53.749Z (3 months ago)
- Language: JavaScript
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
}
}`