Braincuber Technologiesbraincuber.hashnode.net·Mar 28, 2022GraphQL, what, why, and when?What is GraphQL? GrpahQL is an open-source query language used to build APIs and provides powerful abilities over the traditional Rest API. The client gets exactly what asked for: GraphQL will always know what the client asked for, so the server will...Discuss·128 readsGraphQL
StepZenstepzen.hashnode.net·Apr 26, 2022How to Eliminate Duplicated Requests with GraphQLAccording to graphql.org’s docs, “An Interface is an abstract type that includes a certain set of fields that a type must include to implement the interface.” When you’re weaving APIs into your GraphQL layer, you may conclude that you need to use int...DiscussGraphQL
StepZenstepzen.hashnode.net·Jun 2, 20223 New GraphQL Developer Tools to Increase Coding ProductivityIn our mission to make building GraphQL APIs easier for every developer, StepZen developed tools to get you started quickly and with either no- or low- code. In this post, we’ll explore some of the tools we’ve built. We’ll take a look at REST2GraphQ...DiscussAPIs
StepZenstepzen.hashnode.net·Jun 2, 20223 New GraphQL Developer Tools to Increase Coding ProductivityIn our mission to make building GraphQL APIs easier for every developer, StepZen developed tools to get you started quickly and with either no- or low- code. In this post, we’ll explore some of the tools we’ve built. We’ll take a look at REST2GraphQ...DiscussAPIs
StepZenstepzen.hashnode.net·Apr 26, 2022How to Eliminate Duplicated Requests with GraphQLAccording to graphql.org’s docs, “An Interface is an abstract type that includes a certain set of fields that a type must include to implement the interface.” When you’re weaving APIs into your GraphQL layer, you may conclude that you need to use int...DiscussGraphQL
Braincuber Technologiesbraincuber.hashnode.net·Mar 28, 2022GraphQL, what, why, and when?What is GraphQL? GrpahQL is an open-source query language used to build APIs and provides powerful abilities over the traditional Rest API. The client gets exactly what asked for: GraphQL will always know what the client asked for, so the server will...Discuss·128 readsGraphQL