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

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.

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.