Sample Plugin
This is a sample plugin with sample query/mutation. You can add new functionalities to it by following steps.
- Add types & module methods to the
schema.graphql
file - Run
yarn codegen
- Implement the module's methods within the Plugin class in the
index.ts
file. - Run
yarn build