I found nothing in the documentation warning that lambda mutations cannot begin with “add” or “update” even if the full name is unique.
I have a working, simple lambda mutation, somethingNew
. When I change the name of the mutation (both in addGraphQLResolvers()
and in the schema, obviously) to begin with “add” or “update”, I get the errors:
Cannot query field "addSomethingNew" on type "Mutation"
Cannot query field "updateAVeryUniqueNameThatShouldNotBeReserved" on type "Mutation".