Comment on A REST View of GraphQLComments−rswail6yThe primary difference here is that REST is an actual architectural style with constraints.GraphQL isn't. It's a data query mechanism expressed in JSON.
Comments
The primary difference here is that REST is an actual architectural style with constraints.
GraphQL isn't. It's a data query mechanism expressed in JSON.