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
import (
"context"
@ -12,8 +10,8 @@ import (
)
type buyShopItemInput struct {
ClientMutationId string `json:"clientMutationId"`
ShopItemId gql.ID `json:"shopItemId"`
ClientMutationId string `json:"clientMutationId"`
ShopItemId gql.ID `json:"shopItemId"`
}
type BuyShopItemParams struct {