correct package declaration
This commit is contained in:
parent
da774aa910
commit
9ffe9a377b
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user