|
|
|
|
|
by SkyPuncher
1124 days ago
|
|
N+1s are a fundamentally a data modeling and querying issue. People who complain about GraphQL having a lot of N+1s are complaining about their lack of fundamental knowledge. You can build a GraphQL with minimal N+1s and you can build a “standard” API with loads of N+1s |
|