GraphQL in a NutShell
Sajana Vijayan
Software Engineering Lead at Boeing with expertise in AI and Machine Learning
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.
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
Technology Enthusiast.
1 年Informative....