https://github.com/sumana2001/basicsgraphql
Basics of GraphQL
https://github.com/sumana2001/basicsgraphql
express graphql mutations query
Last synced: about 2 months ago
JSON representation
Basics of GraphQL
- Host: GitHub
- URL: https://github.com/sumana2001/basicsgraphql
- Owner: sumana2001
- License: mit
- Created: 2022-02-01T12:40:53.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-02T05:20:08.000Z (over 4 years ago)
- Last Synced: 2025-02-09T19:41:49.842Z (over 1 year ago)
- Topics: express, graphql, mutations, query
- Language: JavaScript
- Homepage:
- Size: 119 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Basic GraphQL
## Features✨
- Get all Books
- Get all Authors
- Get a single Book
- Get a single Author
- Add a book
- Add an author
## Technologies usedđź’»
- GraphQL
- Express