mirror of
https://github.com/kennethreitz/responder.git
synced 2026-06-05 14:50:19 +00:00
77ae49aaef
- Extract variables and operationName from query params and form data, not just JSON bodies. Fixes #571. - Add docstrings to GraphQLView class and methods. Fixes #572. - Add 10 new GraphQL tests: variables, operationName, mutations, context access, malformed queries, raw text, invalid variables param. Fixes #568. - Remove Python 3.9 from CI matrix (dropped in 3.4.0). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>