Skip to content
This repository was archived by the owner on Apr 17, 2023. It is now read-only.

0.5.0

Compare
Choose a tag to compare
@ankitjena ankitjena released this 01 Aug 12:29
· 2686 commits to master since this release

Graphback

Features

  • Added ability to perform CRUD generation based on configuration flags
    The generation will now be based on config.json file that will contain properties
    for all resolver types that need to generated. Please refer to documentation for more information
  • Added ability for custom Queries/Mutations/Subscriptions. Users can generate empty resolver stubs for their implementation.

Fixes

  • Modularized resolver output into separate files(based on types) instead of a single one. Also added custom resolvers.

Graphback-cli

Fixes

  • Changed resolvers output format from a single resolver file to multiple files. Also added custom resolvers in generate

Templates

Fixes

  • Dropped generated folder and change structure for template accordingly. Generated content will be now inside src folder instead.