Skip to content

1.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Aug 16:32
· 13 commits to main since this release
1.1.0
7378e78

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.