▲ | tossandthrow 5 days ago | |||||||
While this api in particular is not publicly exposed, that would not be a concern. The key is to hold the same schema on the database as on the graphql and use tooling that can translate a gql query into a single query. | ||||||||
▲ | johnmaguire 5 days ago | parent [-] | |||||||
The issue I've seen with GraphQL isn't necessarily the count of queries run, but rather the performance or said queries (i.e. most SQL queries are not performant without proper indexes for the specific use case, but GraphQL allows lots of flexibility in what queries users can run.) | ||||||||
|