correction buyshopitems params

This commit is contained in:
Laurent Le Houerou 2024-04-16 15:12:13 +04:00
parent 9ffe9a377b
commit 30a8065a46
1 changed files with 1 additions and 1 deletions

View File

@ -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] {