Introduction
Over the past year at Hashnode, we have been continuously developing GraphQL APIs to enable users to interact with their data and perform various operations. We utilize Stellate as the GQL CDN and take advantage of its Edge Caching capab...
Hey everyone, this article discusses how we manage breaking changes in Hashnode's GQL Public API. We recently announced Public APIs 2.0 and have been rapidly iterating. As a result, we are incorporating feedback and enhancing the APIs. We are thrille...
GraphQL handles error codes a bit differently compared to REST Apis. While we still get HTTP response codes like
200 OK
400 Bad Request
500 Server Error
It often happens that an error happened even if we received a 200 status code.
This blog pos...