Graphql-core

Latest version: v3.2.6

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

Scan your dependencies

Page 9 of 13

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

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

In addition to incorporating the latest changes from GraphQL.js
(see particularly the list of changes in GraphQL.js [v14.4.0](https://github.com/graphql/graphql-js/releases/tag/v14.4.0)),
this release also contains the following improvements and changes:

* Made GraphQLError hashable (35)
* Fixed online documentation for GraphQLError
* Support transformation of argument names (41)
* Support value transformation of input object types (42)
* Support custom type map reducers in GraphQLSchema
* Allow comments on the last line of the query (39)

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.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.

1.0.4

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

In addition to incorporating the latest changes from GraphQL.js
(see the list of changes in GraphQL.js [v14.3.0](https://github.com/graphql/graphql-js/releases/tag/v14.3.0)),
which include the addition of a new utility function `strip_ignored_characters`,
this release also contains the following improvements and changes:

* `specified_directives` and similar lists are now read only lists (31)
* `introspection_types` is now a read only dict
* Minor fixes in the Sphinx docs and some docstrings

1.0.3

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

In addition to incorporating the latest changes from GraphQL.js
(see particularly the list of changes in GraphQL.js [v14.2.0](https://github.com/graphql/graphql-js/releases/tag/v14.2.0)),
this release also contains the following improvements and changes:

* Check `__typename` not only as dict key, but also as object attribute (25)
* Made package PEP 561 compatible by adding `py.typed` file (26)
* Use poetry instead of pipenv for packaging (22)

Page 9 of 13

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.