0.0.1-prealpha.49 • Published 3 years ago

date-time-plugin v0.0.1-prealpha.49

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Sample Plugin

This is a sample plugin with sample query/mutation. You can add new functionalities to it by following steps.

  1. Add queries/mutations the schema.graphql file
  2. Add resolvers for that to the resolvers.ts file. Use the Plugin class in the index.ts file to add helpers/methods to handle queries/mutations.
  3. Run yarn build