Skip to content

Commit

Permalink
feat: create-mutation-keys (#51)
Browse files Browse the repository at this point in the history
* feat: create-mutation-keys function

* feat: merge query keys support mutations

* chore: queryDef => mutationDef
  • Loading branch information
s-bondarenko committed Mar 3, 2023
1 parent 894827f commit 142024d
Show file tree
Hide file tree
Showing 10 changed files with 1,241 additions and 90 deletions.
5 changes: 5 additions & 0 deletions .changeset/nervous-cats-begin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@lukemorales/query-key-factory': patch
---

Added possibility to merge mutation keys with query keys
5 changes: 5 additions & 0 deletions .changeset/thin-news-shout.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@lukemorales/query-key-factory': minor
---

Implemented `create-mutation-keys` function for creating of mutation keys

0 comments on commit 142024d

Please sign in to comment.