top | item 35216557

(no title)

alexgrover | 2 years ago

All of those problems and solutions are not unique to either tech choice. You can use OpenApi for documentation, a variety of libraries like React-query for caching, and N+1 issues exist (and are arguably more complicated to solve) in graphql.

discuss

order

eurasiantiger|2 years ago

N+1 issues do not exist when using a graph datastore which supports GraphQL.

zihotki|2 years ago

This statement is false. N+1 issues may exist even in that case. It may vary what caused it and what are the options to solve it.

alexgrover|2 years ago

Many/most people don’t though. Dataloader libraries exist for a reason.