WPSiteLaunchStatusPayload
Variables for the UpdateWPSiteLaunchStatus mutation
type WPSiteLaunchStatusPayload {
app: App
environment: AppEnvironment
launchStatus: String
networkSiteId: Int
}
Fields
WPSiteLaunchStatusPayload.app ● App object common
The application that owns the site.
WPSiteLaunchStatusPayload.environment ● AppEnvironment object common
The environment that owns the site.
WPSiteLaunchStatusPayload.launchStatus ● String scalar common
Updated launch status of the network site
WPSiteLaunchStatusPayload.networkSiteId ● Int scalar common
ID of the network site (subsite) being updated
Returned By
updateWPSiteLaunchStatus mutation