Description
Use the core GraphQL implementation for parsing, validating, and executing GraphQL documents in Python. It supports frameworks and tools that need the standard language behavior underneath.
This is a lower-level API library. Applications still need authorization, complexity limits, error handling, and schema review before exposing GraphQL requests to untrusted clients.