4 Comments
User's avatar
Ivan's avatar

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

```

Petar Ivanov's avatar

Ops, that's a mistake. I've updated it! Thank you for spotting that!

Saurabh Dashora's avatar

Nice explanation Petar