https://github.com/natthasath/demo-python-graphql
GraphQL is a query language for APIs, enabling clients to request exactly the data they need. It provides a clear, efficient, and powerful alternative to REST by defining a schema for data types and allowing clients to specify their queries, reducing over-fetching and under-fetching of data.
https://github.com/natthasath/demo-python-graphql
graphiql graphql playground poetry python
Last synced: 4 days ago
JSON representation
GraphQL is a query language for APIs, enabling clients to request exactly the data they need. It provides a clear, efficient, and powerful alternative to REST by defining a schema for data types and allowing clients to specify their queries, reducing over-fetching and under-fetching of data.
- Host: GitHub
- URL: https://github.com/natthasath/demo-python-graphql
- Owner: natthasath
- License: mit
- Created: 2024-07-03T07:33:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-03T07:37:40.000Z (over 1 year ago)
- Last Synced: 2025-09-28T04:26:38.629Z (13 days ago)
- Topics: graphiql, graphql, playground, poetry, python
- Language: Python
- Homepage: https://graphql.github.io/
- Size: 13.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# demo-python-graphql
GraphQL is a query language for APIs, enabling clients to request exactly the data they need. It provides a clear, efficient, and powerful alternative to REST by defining a schema for data types and allowing clients to specify their queries, reducing over-fetching and under-fetching of data.