-
Notifications
You must be signed in to change notification settings - Fork 0
getSandboxData
Wok edited this page Dec 12, 2023
·
1 revision
query getSandboxData($sandboxId:String!) {
Product {
sandbox(sandboxId: $sandboxId) {
productId
isModMarketSuspended
moddingGuidesLink
gameDeveloperContactLink
product {
supportedTypes
}
}
}
}