Stephen

Results 35 comments of Stephen

I found a workaround ``` yarn mst-gql --format ts --header "\"[HEADER NAME]: [HEADER DATA]\"" [ENDPOINT URL] ``` If I can find the time I'll open a PR for line 72...

This is amazing work @parisholley, thanks for trying. I know the maintainer list has shuffled around a bit.

Will try to get approval to do this

I found some interesting related issues: https://github.com/dataform-co/dataform/pull/1006/files https://github.com/webpack/webpack-dev-server/issues/3121 webpack ^5.69.1 webpack-cli ^4.9.2 webpack-dev-server ^4.7.4 `webpack.config.js` ```javascript const path = require('path'); const ReactRefreshPlugin = require('@pmmmwh/react-refresh-webpack-plugin'); const HtmlWebpackPlugin = require('html-webpack-plugin'); const isDevelopment...

Any updates on the ability to upload files through Hasura? Base64 is not an option for one of my use cases

Sounds awesome but I have no idea how hard it is to implement. Maybe graphql doesn't support binary. Either way, I'm grateful for all that hasura is an offers. It's...

This issue has been bugging me a lot. I'm glad someone else brought it up first.

@gtsec this doesn't seem to work since it's typescript. It gives the error `SyntaxError: Cannot use import statement outside a module` Further errors follow if I update package.json to be...

@simonbuchan it's great that you want to do this, but it's hard to get it "through the door" if it's such a big PR. Would you mind breaking it up...