Skip to content

v1.0.3

Compare
Choose a tag to compare
@Cito Cito released this 03 May 23:22

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),
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)