2022-01-04 UTC
# Zegnat In my experience with GraphQL: I like it as an API consumer, but not as an API provider. Last I was involved with implementing it for a bigger project, we ended up having to build so many special logic on the backend to support specific combination queries that we would have been better off just offering that same data with REST (or REST-like) rather than giving consumers the ability to mix and match.