Skip to content

Commit 4c6c18f

Browse files
authored
Update README.md
1 parent 6225422 commit 4c6c18f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,14 @@ The plugin creates new mutations that allow you to batch create, update, and del
5252

5353
### Deletes
5454
```mnDeleteTestByName``` would be the delete example name. Deletes have a required input with the clientMutationId and a patch. The patch field accepts an array of table patch items, but only the primary key items are used. You ***MUST*** provide the primary key(s) within the patch items b/c that is what's used in the where clause to delete the correct row(s).
55+
56+
## Contribute
57+
58+
1. Fork it and create your feature branch: `git checkout -b my-new-feature`
59+
2. Commit your changes: `git commit -am "Add some feature"`
60+
3. Push to the branch: `git push origin my-new-feature`
61+
4. Submit a pull request.
62+
63+
## License
64+
65+
MIT

0 commit comments

Comments
 (0)