-------------------
Features
^^^^^^^^
- Added gql:schema directive (1).
Schemas and their operation types can be documented through the new directive.
Other types can also be grouped under the schema and documented together.
.. code-block:: rst
.. gql:schema::
:optype Query query:
..gql:type:: Query
...
...
Improved Documentation
^^^^^^^^^^^^^^^^^^^^^^
- Host documentation builds on readthedocs.
Misc
^^^^
- Switched linter from pylint to ruff.
- Started testing in Python 3.12.