correction buyshopitems params
This commit is contained in:
parent
9ffe9a377b
commit
30a8065a46
@ -15,7 +15,7 @@ type buyShopItemInput struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type BuyShopItemParams struct {
|
type BuyShopItemParams struct {
|
||||||
Input buyDeliverableShopItemInput `graphql:"input"`
|
Input buyShopItemInput `graphql:"input"`
|
||||||
}
|
}
|
||||||
|
|
||||||
func (m *Mutations) newBuyShopItemMutation() *graphql.Mutation[BaseMutationPayload, BuyShopItemParams] {
|
func (m *Mutations) newBuyShopItemMutation() *graphql.Mutation[BaseMutationPayload, BuyShopItemParams] {
|
||||||
|
Loading…
Reference in New Issue
Block a user