Skip to main content

WPSiteLaunchStatusInput

Variables for the UpdateWPSiteLaunchStatus mutation

input WPSiteLaunchStatusInput {
appId: Int!
environmentId: Int!
launchStatus: WPSiteLaunchStatus!
networkSiteId: Int!
}

Fields

WPSiteLaunchStatusInput.appId ● Int! non-null scalar common

Unique ID of the application

WPSiteLaunchStatusInput.environmentId ● Int! non-null scalar common

Unique ID of the environment

WPSiteLaunchStatusInput.launchStatus ● WPSiteLaunchStatus! non-null enum common

Updated launch status of the network site

WPSiteLaunchStatusInput.networkSiteId ● Int! non-null scalar common

ID of the network site (subsite) being updated

Member Of

updateWPSiteLaunchStatus mutation