Fork me on GitHub
#graphql
<
2018-12-06
>
donaldball00:12:02

I’ve just begun to explore using GraphQL to put a sane facade atop disparate data stores, particularly using clojure+lacinia as the glue. The story around proxying and auditing seems very good, and graphiql looks like a very nice way for users to interactively explore. One use case for which I haven’t yet found a good solution though: is there an easy (yes) way to import graphql data into Google Sheets, either statically or dynamically?

lispers-anonymous01:12:09

What graphql data? Like the schema?

donaldball02:12:45

Query results, really. I envision some of my users wanting to use e.g. graphiql to create a query and them want to map the results into a spreadsheet for further analysis.

lilactown06:12:12

so you’d want JSON => Google Sheets