HACKER Q&A
📣 punkpeye

What are your favorite GraphQL APIs to get inspired by?


I often weigh my decisions against GitHub's GraphQL API https://docs.github.com/en/graphql/reference/mutations What do you look at when design complex APIs?


  👤 typingcyclist Accepted Answer ✓
The Github API is definitely a good benchmark.

Linear's GraphQL API might be another interesting one to look into https://developers.linear.app/docs/graphql/working-with-the-....