GraphQL in a NutShell
credit:google.com

GraphQL in a NutShell

No alt text provided for this image
Importance of GrpahQL and Microservices


GraphQL is a language for querying data,we can use it to query data from any number of different sources.

In GraphQL , there are ?queries?and?mutations.Queries that?fetch data?are synonymous to?GET?calls in REST, while mutations signal that we’d like to invoke a?change?the in system, similar to REST’s?POST?or?DELETE?methods.

GraphQL is typically served over HTTP

On the server, we create a GraphQL schema based on the data we need to build our app UIs

We can write our query, specifying precisely what you’d like to fetch.

Mohammad Uzair

Tech Lead at Abu Dhabi Islamic Bank | Open Banking | MicroServices | SpringBoot| Java | Digital Transformation | 6k+ Connections

1 年

Would love to see some real code examples. The capabilities , pros, cons and so on. I have recently explored the Graphql and really loved it. I am yet to explore the aunthentication, authorization, exception handling and fail over in case date being fetched from multiple resources aka REST APIs

Arun AL

Technology Enthusiast.

1 年

Informative....

回复

要查看或添加评论,请登录

Sajana Vijayan的更多文章

  • Cloud Run Vs App Engine - GCP

    Cloud Run Vs App Engine - GCP

    Cloud Run Vs App Engine - GCP All thanks to my ex-collegue as he was not quitely convinced by the idea of choosing App…

    1 条评论
  • GCP and Services

    GCP and Services

    These nine areas to further help you choose which GCP service you should use: Deployment Type The delivery method to…

    1 条评论
  • How to select the apt Service in GCP

    How to select the apt Service in GCP

    More details will follow :)

    3 条评论

社区洞察

其他会员也浏览了