Introduction

In this release, we have made significant improvements and introduced several key changes to enhance functionality and streamline the development process. Notable achievements include:

These changes aim to improve the overall efficiency and flexibility of the system, making it easier to work with and more adaptable to various use cases.

Prerequisites

Breaking Changes

Below are some of the breaking changes that you will have to support in your upgrade.

Resolvers

You no longer need to create your resolvers for each entity. Now you only need to create the entity and all the mutations and queries will be created for you.

In addition, as there are no longer any resolvers, you can remove the resolvers array from your Graphweaver instance arguments:

Screenshot 2024-05-28 at 3.39.49 pm.png