Just realized that Mercurius doesn't route PATCH verbs because doesn't exists a case "PATCH" clause when the route function is generated in conf/app/app.go, which throws a 404 Not Found error when trying to request data to any endpoint with PATCH.
Please check if it's a bug with mercurius-swagger-codegen or something like that.
Just realized that Mercurius doesn't route PATCH verbs because doesn't exists a
case "PATCH"
clause when the route function is generated inconf/app/app.go
, which throws a 404 Not Found error when trying to request data to any endpoint with PATCH.Please check if it's a bug with mercurius-swagger-codegen or something like that.
Regards.