Comment on A REST View of GraphQLparentComments−cs-szazz6yIt sounds like you're talking about something like https://jsonapi.org/, specifically the sparse field sets https://jsonapi.org/format/#fetching-sparse-fieldsetsIt feels like it has some similar goals to GraphQL by offering the client more control over the data returned, but not at the cost of potential performance problems.
Comments
It sounds like you're talking about something like https://jsonapi.org/, specifically the sparse field sets https://jsonapi.org/format/#fetching-sparse-fieldsets
It feels like it has some similar goals to GraphQL by offering the client more control over the data returned, but not at the cost of potential performance problems.