date-time-plugin
v0.0.1-prealpha.49
Published
Web3API Date Time plugin
Downloads
10
Readme
Sample Plugin
This is a sample plugin with sample query/mutation. You can add new functionalities to it by following steps.
- Add queries/mutations the
schema.graphql
file - Add resolvers for that to the
resolvers.ts
file. Use the Plugin class in theindex.ts
file to add helpers/methods to handle queries/mutations. - Run
yarn build