GraphQL 是一个用于 API 的查询语言,由 Facebook 开源。它为 REST API架构提供了一种替代方案,相较于REST更加高效、强大和灵活。 它允许客户端定义所需数据的结构,服务器返回完全相同的数据结构。
例如POST请求:
{
project(name: "GraphQL") {
tagline
}
}
响应结果
{
"project": {
"tagline": "A query language for APIs"
}
}
使用 Python,GraphQL,Django 和 ReactJS构建的模块化,高性能,headless 电商平台。
A GraphQL library for Python that leverages type annotations 🍓
Build powerful, efficient, and flexible GraphQL APIs with seamless Django integration.
A familiar HTTP Service Framework for Python.
Catch API bugs before your users do
🏆 A ranked list of awesome python libraries for web development. Updated weekly.
Feature rich robust FastAPI template.
Airline Booking is a sample web application that provides Flight Search, Flight Payment, Flight Booking and Loyalty points including end-to-end testing, GraphQL and CI/CD. This web application was the...
#安全#GraphQLmap is a scripting engine to interact with a graphql endpoint for pentesting purposes. - Do not use for illegal testing ;)
Adds GraphQL support to your Flask application.
Obtain GraphQL API schema even if the introspection is disabled
GraphQL Engine built with Python 3.6+ / asyncio
JSON Web Token (JWT) authentication for Graphene Django
A pragmatic styleguide for Django API Projects