Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/isinghabhishek/graphql
https://github.com/isinghabhishek/graphql
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/isinghabhishek/graphql
- Owner: isinghabhishek
- Created: 2023-10-03T18:15:30.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-10T18:24:51.000Z (about 1 year ago)
- Last Synced: 2023-10-11T00:00:04.546Z (about 1 year ago)
- Language: JavaScript
- Size: 341 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GraphQL
### Introduction
- GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data.
- GraphQL provides a complete and understandable description of the data in your API, gives clients the power to ask for exactly what they need and nothing more, makes it easier to evolve APIs over time, and enables powerful developer tools.