GraphQL Best Practices
https://productionreadygraphql.com/blog/2020-05-21-graphql-to-sql
Prefer building a GraphQL schema that describes how clients use the data, rather than mirroring the legacy database schema.
Build your GraphQL schema to express “how” rather than “what”.