Kirill Platonov

Results 37 comments of Kirill Platonov

@thomaswitt Fixed in #48. I'm gonna publish new version shortly.

The main reason why I didn't implemented that in the first place is that Graphql responses can be deeply nested. And when parsing response we not only need to switch...

@gavinballard thanks for sharing your solution. It looks pretty simple. I think we can include it in the gem and make it available under optional setting to keep the existing...

We already have configuration class for webhooks, so shouldn't be hard to add new setting: https://github.com/kirillplatonov/shopify_graphql/blob/main/lib/shopify_graphql/configuration.rb

> FWIW, I would also find this useful as I have a strong preference for `snake_case` within Ruby. Currently, we're supporting this by providing the following override in a Rails...

We don't have anything for that out of the box. Feel free to contribute.

Should be possible with new `secondary_menu` slot of Frame component, added by @remy727: https://github.com/baoagency/polaris_view_components/pull/428 Note: not released yet, available in `main` branch