Thank you for this post. I've been looking high and low for weeks trying to find a way to connect Looker to a GraphQL API unsuccessfully and apparently "PostgreSQL emulators" are called FDWs as I learned from this link. I had searched every term I could think of for how to simulate or proxy a SQL database into an API but calling it a foreign data wrapper would have never occurred to me.
pcthrowaway|2 years ago
kevinmershon|2 years ago
And with Google searches the vast majority of results are going the opposite way: creating a GraphQL API from a real SQL schema.
darkerside|2 years ago