|
|
|
|
|
by santialbo
3908 days ago
|
|
and you'll end up with an endpoint that can potentially bomb your datastore query User {
friends {
friends {
friends {
...
}
}
}
}
how do you prevent something like this happening on graphQL backed with a series of resolves that query a SQL database? |
|