date-time-plugin
v0.0.1-prealpha.49
Published
Web3API Date Time plugin
Downloads
1
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.graphqlfile - Add resolvers for that to the
resolvers.tsfile. Use the Plugin class in theindex.tsfile to add helpers/methods to handle queries/mutations. - Run
yarn build
