A repository for open mSupply plugins Refer to the readme for details of the plugin framework and development practices.
Some plugin examples live in their own branches:
- Process messages to create a prescription, using backend plugins
- processor -> to process incoming messages
- use_graphql -> within a plugin to call graphql for creating prescriptions and checking item stock
- graphql_query -> would call use_graphql to show the difference in async blocking functionality
- use_repository