StarpTech/apollo-datasource-http

PATCH HTTP verb support

nelsliu9121 opened this issue · 0 comments

Some APIs are using PATCH to modify the value of a resource, unlink PUT which may overwrite with the value provided in the request. MDN page

GitHub API is using it too, see this link.