Tag: learn graphql

  • #02 – Core Concepts – Learn GraphQL

    In this post, we have discussed the core GraphQL concepts e.g. schema, types, queries, mutations, and subscriptions with example codes.

  • #01 – Introduction – Learn GraphQL

    In this post, we have discussed what is GraphQL, the differences between REST API’s and GraphQL API development architectures, and an example scenario to elaborate on the differences between the two approaches. What is GraphQL? It is a new API development standard It is a query language for API’s It provides declarative syntax to fetch…