Graphql-utilities

Latest version: v0.4.0

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

Scan your dependencies

0.4.0

v0.4 of `graphql-utilities` introduces [query cost analysis](https://graphql-utilities.readthedocs.io/en/latest/query_cost_analysis.html), to protect your GraphQL server against overly complex queries and mutations.
With a custom directive `cost()` added, all you need to do is to define the complexities of your Query, Objects, etc, and let the library does the heavy lifting for you!

Full documentation is available [here](https://graphql-utilities.readthedocs.io/en/latest/)

0.3.0

In this release,

* The issue of multiple oneshot middleware not running is fixed (5)

0.2.0

In this release:

* `run_only_once` decorator doesn't run at second request issue is fixed (2)

0.1.0

In this released,
* decorator for one-shot middleware (or operation-level only middleware) is added
* custom execution context to support depth analysis is added

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.