Skip to main content
This function and all other functions in this graphql sdk are deprecated. Please migrate to the new rest api.
This operation is only available on the server.

Required Permissions

  • developer:manage_builds

Usage

import { whopSdk } from "@/lib/whop-sdk";

const result = await whopSdk.apps.promoteAppBuild({
	// The ID of the app build to promote.
	id: "xxxxxxxxxxx",
});

Example output

const result = true;