From 30a8065a464675c593ef90ecacdefe6a6a3181ce Mon Sep 17 00:00:00 2001 From: Laurent Le Houerou Date: Tue, 16 Apr 2024 15:12:13 +0400 Subject: [PATCH] correction buyshopitems params --- mutations/buy_shop_item.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mutations/buy_shop_item.go b/mutations/buy_shop_item.go index 9c78095..a63080d 100644 --- a/mutations/buy_shop_item.go +++ b/mutations/buy_shop_item.go @@ -15,7 +15,7 @@ type buyShopItemInput struct { } type BuyShopItemParams struct { - Input buyDeliverableShopItemInput `graphql:"input"` + Input buyShopItemInput `graphql:"input"` } func (m *Mutations) newBuyShopItemMutation() *graphql.Mutation[BaseMutationPayload, BuyShopItemParams] {