GraphQL is a query language built to: be flexible and batch efficiently. Facebook built (and open sourced) it to get around shortcomings in REST. If you build any complex web apps with large APIs it should be on your list of things to use.
#restapi #softwareengineer