Skip to content

Releases: autoinvent/magql

1.1.1

09 Aug 15:56
1.1.1
6c4d9fc
Compare
Choose a tag to compare

This is the Magql 1.1.1 fix release.

PyPI: https://pypi.org/project/magql/1.1.1/
Changes: https://magql.autoinvent.dev/page/changes/#version-1-1-1
Milestone: https://github.com/autoinvent/magql/milestone/4?closed=1

  • DateTime scalar returns a value that includes a timezone. Naive values are
    assumed to be UTC. This matches what was already documented.

1.1.0

03 Aug 16:32
1.1.0
7378e78
Compare
Choose a tag to compare

This is the Magql 1.1.0 feature release.

PyPI: https://pypi.org/project/magql/1.1.0/
Changes: https://magql.autoinvent.dev/page/changes/#version-1-1-0
Milestone: https://github.com/autoinvent/magql/milestone/3?closed=1

  • @object.field and @field.resolver decorators use the decorated function's docstring as the description for the field if it's not otherwise set.
  • Added the testing module with functions to execute a query and expect data, errors, a single error, or a validation error.

1.0.1

27 Jul 02:36
1.0.1
a9c3b6f
Compare
Choose a tag to compare

1.0.0

24 Jul 16:03
1.0.0
dafc3ba
Compare
Choose a tag to compare