Learn proven best practices and key principles for designing robust GraphQL Schemas. (5 min)
3.3 description and examples are contradicting.
"Name mutations using verbEntity (and not entityVerb)."
But examples are the other way around.
```
# ⛔ Bad
inviteUser
# ✅ Good
userInvite
Ops, that's a mistake. I've updated it! Thank you for spotting that!
Nice explanation Petar
Thank you!
3.3 description and examples are contradicting.
"Name mutations using verbEntity (and not entityVerb)."
But examples are the other way around.
```
# ⛔ Bad
inviteUser
# ✅ Good
userInvite
```
Ops, that's a mistake. I've updated it! Thank you for spotting that!
Nice explanation Petar
Thank you!