Probably irrelevant to this article, but when and where do you use SQL query when you are coding in the back-end? I know I can make GraphQL Queries and mutations in the schema but I also know SQL language is very powerful in querying data with join, filter, select, aggregate, FK, PK, etc. I guess my question is how does SQL language work together with GraphQL in the backend?