Graphqldomain

Latest version: v1.0.0

Safety actively analyzes 722491 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

1.0.0

-------------------

Features
^^^^^^^^

- Add support for Python 3.12 and 3.13


Misc
^^^^

- Drop support for Python 3.8
- Implemented automatic uploads to PyPI
- Switch from black and pylint to ruff
- Update development workflows to use Python 3.13

0.2.0

-------------------

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.

0.1.0

-------------------

Features
^^^^^^^^

- Initial implementation.

Included directives and roles for the following:

- Directives
- Enums and Enum Values
- Inputs and Input Fields
- Interfaces and Interface Fields
- Scalars
- Type Objects and Type Fields
- Unions

Added basic index generation. Supports parallel Sphinx builds.

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.