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