GraphQL in Go
· ☕ 2 min read · ✍️ t1
GraphQL is a query language for your API that allows clients to request specific data and enables the API to return only the requested data, reducing the need for multiple round trips and over-fetching of data.