rishabh3112 / graphql-tag-swc-plugin

SWC plugin to expand gql template literal during build itself
https://www.npmjs.com/package/graphql-tag-swc-plugin
MIT License
15 stars 3 forks source link

Support for “transform” option? #19

Open kzlar opened 1 month ago

kzlar commented 1 month ago

Hello,

Does this library support the “transform” option? I’d like to implement persisted queries just like the example at the babel plugin library: https://github.com/gajus/babel-plugin-graphql-tag?tab=readme-ov-file#options

Thank you for your time!

rishabh3112 commented 1 month ago

@kzlar there is no support for transform option as of now, but it is a welcome addition. Will you like to have a go on this?