|
|
|
|
|
by joshribakoff
2938 days ago
|
|
You could have a REST API that requires 100s of query params to get at some simple data, or a graphQL API which exposes complex data serialized into a single field. Both can be as easy or as hard to query as you want them to be. |
|