ResumeEnvironmentInput
No description
input ResumeEnvironmentInput {
orgId: BigInt!
slug: String!
}
Fields
ResumeEnvironmentInput.orgId ● BigInt! non-null scalar
Organization id (BigInt) that owns the environment.
ResumeEnvironmentInput.slug ● String! non-null scalar
Slug of the suspended/grace environment to resume (billingStatus must be grace, suspension_queued, suspended, or resume_failed).
Member Of
resumeEnvironment mutation