Hacker News new | ask | show | jobs
by fermuch 3053 days ago
All the docs for graphql (and Apollo) recommend always making backwards compatible changes.

If anything, graphql apis would be easier to maintain in the long run, since clients asks for what they want. New clients could ask for the new data, without breaking the responses for old clients.