#graphql
Read more stories on Hashnode
Articles with this tag
Introduction Over the past year at Hashnode, we have been continuously developing GraphQL APIs to enable users to interact with their data and perform...
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...
Create better APIs by utilizing an API design guideline. Ideas on how to write an API design guideline to help you create and maintain a good API. ยท...
Using directives and plugins in Apollo Server 4 to customize the introspection query output ยท Once you have created your first schema and your GraphQL...
Rate Limits are a vital part of every API. Especially, since we operate quite a lot of public and unprotected APIs we need to rate limit...
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...