correct package declaration

This commit is contained in:
Laurent Le Houerou 2024-04-16 15:11:11 +04:00
parent da774aa910
commit 9ffe9a377b

View File

@ -1,7 +1,5 @@
package mutations package mutations
package mutations
import ( import (
"context" "context"
@ -12,8 +10,8 @@ import (
) )
type buyShopItemInput struct { type buyShopItemInput struct {
ClientMutationId string `json:"clientMutationId"` ClientMutationId string `json:"clientMutationId"`
ShopItemId gql.ID `json:"shopItemId"` ShopItemId gql.ID `json:"shopItemId"`
} }
type BuyShopItemParams struct { type BuyShopItemParams struct {