nozzlegear / ShopifySharp

ShopifySharp is a .NET library that helps developers easily authenticate with and manage Shopify stores.
https://nozzlegear.com/shopify-development-handbook
MIT License
733 stars 303 forks source link

Feature: Generate methods based on .graphql files #1072

Open anders-christiansen opened 2 months ago

anders-christiansen commented 2 months ago

Would love to be able to use .graphql files to write queries and then have those queries generated as methods. Like StrawberryShake is doing. https://chillicream.com/docs/strawberryshake/v13

nozzlegear commented 2 months ago

Hey @anders-christiansen! Thanks for making this feature request. I'm actually actively working on this exact thing! I'm not home right now but as soon as I get back later this weekend I'll detail my plans for this whole thing.

evaldas-raisutis commented 2 weeks ago

I thought this looked interesting for type safe query building

https://github.com/Husqvik/GraphQlClientGenerator/issues