Graphql-core

Latest version: v3.2.3

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

Scan your dependencies

Page 8 of 13

2.1rc1

Changelog
* Improved backend tests 37bcf6a1016f54f2662e839a49130e570c6ab47f
* Improved `format_error` function using six compatibility library 52de303855de695099362ff013f26ff2ce9045d0
* Added `get_operation_type` to GraphQLDocument 27e21e4d5023e0bfd1619537564cceed37dd8964

2.1rc0

Changelog
* Add path tracking in `ResolveInfo` 148
* Add path to GraphQL raised errors 186
* Fixed `GraphQLInt` description ea0dd0c2c653000761966faeb7c1c0a156e269d1
* Improved Enum support 163
* Make `GraphQLEnumValue` importable from main module 9ec3d7cce6b41228699f6f58b9f014b9dc0d589d
* Fixed memory leak in executors f2c4f6d2103e7e929c9d9d0fc08e423f3d75fe7f
* Added official support to Python 3.6
* Added pre-commit 178
* Added `is_deprecated` property to `GraphQLField` 175
* Added support for pluggable backends 185

Docs
* Improved contributing docs 173

2.0.0

Changelog

* Moving context from the resolver arguments to `info.context` 133
* New resolvers API. Moving from `resolver(root, args, context, info)` to `resolver(root, info, **args)` 133
* Is Type of new syntax from `is_type_of(result, context, info)` to `is_type_of(result, info)` 133
* Resolve type new syntax `resolve_type(result, context, info)` to `resolve_type(result, info)` 133
* Subscriptions support 143
* Improved exceptions on promises

1.1.1

Bugfix release of GraphQL-core-next, based on GraphQL.js v14.4.0.

This release fixes a problem with getting `parse_literal` via `to_kwargs()` (43).

Future versions of GraphQL-core-next will be released as GraphQL-core version 3 and up.

GraphQL-core-next has been discontinued as separate distribution.

1.1.0

Included a new fast experimental executor that retrieves resolvers in query build time instead of runtime.

Changelog

* Use `promise` 2.0
* Support for dataloader
* Use `is_thenable` instead of type-checking `Promise` 2cf4285cfaadeb16283485c4b3b23d6951fa024f
* Include experimental executor c496eed01d4b1e7f3a968ebe20cc40aaa79e5e0a
* Errors are now `None` if empty in `ExecutionResult` ec9728493c02709cb42756eacfc371962d2c9a33
* Accept custom middleware in experimental executor b10adc4ee3a2ffc487c992abcae722afbd521f63
* Set the `Promises` wrap on field resolutions to be optional 29aba38cb8b895aafe22168cf74afb392df8ab01
* Fix leaf type check 7b275a4c05a52d9288a677909158b129f37b711c
* Fix async wait for futures a9744ae13d69d22c8ec03e689cf8b6cd64ac9bf7
* Allow `resolve_type` to return a string 0d251249a4ebdc069a4468fe6529987246178af9

1.0.5

Public release of GraphQL-core-next, based on GraphQL.js v14.3.1.

This patch release contains the bug fix made in GraphQL.js [v14.3.1](https://github.com/graphql/graphql-js/releases/tag/v14.3.1) and some internal polishing.

Page 8 of 13

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.