Metadata-Version: 2.1
Name: flask-magql
Version: 1.0.0
Summary: Serve a Magql GraphQL API with Flask.
Author-email: David Lord <davidism@gmail.com>
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: magql>=1
Requires-Dist: flask>=2.3
Project-URL: Changes, https://flask-magql.autoinvent.dev/changes.html
Project-URL: Documentation, https://flask-magql.autoinvent.dev
Project-URL: Source, https://github.com/autoinvent/flask-magql/

Flask-Magql
===========

[Magql][] is a [GraphQL][] framework for Python. It's pronounced "magical", and
it is! This extension allows serving a Magql GraphQL API with [Flask][].

-   Implements the [GraphQL multipart request specification][multipart] to allow
    uploading files with a GraphQL operation.
-   Implements batched operations.
-   Provides the [GraphiQL][] UI for exploring the schema and building queries.

[Magql]: https://magql.autoinvent.dev
[GraphQL]: https://graphql.org
[Flask]: https://flask.palletsprojects.com
[multipart]: https://github.com/jaydenseric/graphql-multipart-request-spec
[GraphiQL]: https://github.com/graphql/graphiql/tree/main/packages/graphiql#readme

