RestartEnvironmentServicesInput
No description
input RestartEnvironmentServicesInput {
orgId: BigInt!
slug: String!
}
Fields
RestartEnvironmentServicesInput.orgId ● BigInt! non-null scalar
Organization id (BigInt) that owns the environment.
RestartEnvironmentServicesInput.slug ● String! non-null scalar
Slug of the environment whose Buddy service should be SSH-restarted.
Member Of
restartEnvironmentServices mutation