Skip to content

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.

License

Notifications You must be signed in to change notification settings

natthasath/demo-python-graphql

Repository files navigation

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.

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages