We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Hello everyone,
In my case, I have a user model like: User::Model, which is generating mutations named, e.g. userModelLogin.
User::Model
userModelLogin
Is there any option to change the way how queries and mutations are naming? I would like to have just userLogin.
userLogin
Best regards!