Skip to content

getSandboxData

Wok edited this page Dec 12, 2023 · 1 revision
query getSandboxData($sandboxId:String!) {
    Product {
        sandbox(sandboxId: $sandboxId) {
            productId
            isModMarketSuspended
            moddingGuidesLink
            gameDeveloperContactLink
            product {
                supportedTypes
            }
        }
    }
}
Clone this wiki locally