Aman Kumarshowmethecode.hashnode.dev·Apr 17, 2024GraphQL Schema Input Validation using GraphQL DirectivesToday, we delve into the world of GraphQL APIs and explore a crucial aspect of their development: schema input validation. As GraphQL continues to gain traction for its flexibility and efficiency in data querying, ensuring the integrity of your API's...2 likes·34 readsGraphQL
Nelson Domingueznelsondominguez.hashnode.dev·Feb 17, 2023Inheritance in GraphQL: When and how to use itThis article is an in-depth guide that walks you through an advanced use case of GraphQL directives. We will go through a hypothetical scenario in which using inheritance during schema development proves to be valuable and when incorporating such a p...3 likes·8.2K readsGraphQL