Why does Panther use GraphQL API?
QUESTION
Why does Panther use GraphQL API instead of a standard REST API?
ANSWER
GraphQL is a modern API that allows users to fetch multiple items in a single API call rather than multiple chained calls. It also allows Panther to guarantee zero breaking changes when updating code by using an addition-only model.