GoLiveAllProjectsPayload
ObjectAutogenerated return type of GoLiveAllProjects.
mutation { organization(id: $organizationId) { goLiveAllProjects } }
Example
mutation GoLiveAllProjects(
$organizationId: ID!
$input: GoLiveAllProjectsInput!
) {
organization(id: $organizationId) {
goLiveAllProjects(input: $input) {
errors
}
}
}