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
742 stars 308 forks source link

SendAsync methods are missing on the IGraphService interface #1007

Closed nozzlegear closed 6 months ago

nozzlegear commented 7 months ago

These two methods are available on the GraphService itself, but they're missing on the interface (probably because the interface is in a different file and easy to overlook). Just need to add the methods to the interface.