Skip to content

Commit 377d614

Browse files
webflofubhy
authored andcommitted
Update README.md (#786)
1 parent da4eb99 commit 377d614

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/mutations/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ In GraphQL, a mutation is the terminology used whenever you want to add, modify,
44

55
Unfortunately, the module does not include a way to peform common mutations out of the box due to some technical requirements of graphql. You can read more about this at the amazeelabs blog post below.
66

7-
Mutations must be created in a custom module. In many cases you will extend existing provided classes for adding, updating, or deleting an entity. Specifically CreatEntityBase, DeleteEntityBase, or UpdateEntityBase.
7+
Mutations must be created in a custom module. In many cases you will extend existing provided classes for adding, updating, or deleting an entity. Specifically CreateEntityBase, DeleteEntityBase, or UpdateEntityBase.
88

99
A fantastic resource for implementing mutations can be found at [https://www.amazeelabs.com/en/blog/extending-graphql-part-3-mutations](https://www.amazeelabs.com/en/blog/extending-graphql-part-3-mutations)
1010

0 commit comments

Comments
 (0)