StarpTech / apollo-datasource-http

Optimized JSON HTTP Data Source for Apollo Server
MIT License
73 stars 32 forks source link

PATCH HTTP verb support #9

Closed nelsliu9121 closed 3 years ago

nelsliu9121 commented 3 years ago

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.