Skip to content

v0.10.0

Choose a tag to compare

@dadish dadish released this 19 Mar 03:43
· 788 commits to main since this release
  • Remove debug option from module settigs in favor of $config-debug = true|false API.
  • From now only templates selected as legal and those that have Access control enabled will be served.
  • Remove PageUnionType in favor of PageIntefaceType.
  • Introduce UserType for pages that represent system users.
  • Mark fields NonNull if they are marked as $field->required = true.
  • Implement simple create Mutation on a per template basis.