For questions about python implementations of GraphQL query language. If an specific library is used, add that tag to the question too.
GraphQL is a query language for APIs created by Facebook. It's specification is currently public and can be checked here.
There are well known implementations for servers to support this query language, allowing them to build the typed schema or serve queries against that schema. Some of them are:
Use this tag to make questions about any of these, to ask something of one library compared to the other, to get best practices for implementing these, or others.