Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(types): Make mutation and action payload optional in definition f…
…ile (#1517) * Make mutation payload optional in definition file When testing a mutation without payload in TypeScript, it complains that about the missing payload, even though it's not mandatory. This PR simply makes the payload optional. Fixes #1491 * Make action payload optional in definition file
- Loading branch information