June 14, 2020•8 min readGraphQL persisted queries and schema stabilityIn this post, I cover the topics — GraphQL persisted queries at Zalando and how we define and think about different levels of stability of our GraphQL schema.GraphQLDesignRead article
March 9, 2020•12 minModeling errors in GraphQLGraphQL excels in modeling data requirements. Modeling errors as schema types in GraphQL is required for certain kinds of errors. In this post, let's analyze some cases where errors contain structured data apart from the message and the location information.GraphQLDesignRead more