top | item 37831276

(no title)

okal | 2 years ago

GraphQL is well over a decade old. I'm not sure "tried and tested" is a meaningful contrast between the two approaches at this point, especially as it relates to API requests from the frontend. It's okay for people to choose REST just because they like it better, and/or aren't interested in learning something different.

discuss

order

paulddraper|2 years ago

GraphQL's first draft release was 8 years ago. [1]

It's first non-draft release was 5 years ago. [2]

It's first release under community governance was 2 years ago. [3]

[1] https://github.com/graphql/graphql-spec/releases/tag/July201...

[2] https://github.com/graphql/graphql-spec/releases/tag/June201...

[3] https://github.com/graphql/graphql-spec/releases/tag/October...

andrewingram|2 years ago

I think I shipped my first production GraphQL server around this time 8 years ago, but by all accounts it was in use at Facebook a couple of years before it was opened up. So overall ~10 years old sounds right, though the released spec is a little different to the internal version that predates it.

anttiviljami|2 years ago

Agree. GraphQL is well mature by this point.