UpdateProjectV2Input
No description
input UpdateProjectV2Input {
  id: UUID!
  name: String
  envs: [EnvVarInput!]
  autoCleanupEnabled: Boolean
}
Fields
UpdateProjectV2Input.id ● UUID! non-null scalar
UpdateProjectV2Input.name ● String scalar
UpdateProjectV2Input.envs ● [EnvVarInput!] list input
UpdateProjectV2Input.autoCleanupEnabled ● Boolean scalar
Update the autoCleanupEnabled attribute. When null, no change is made.
Member Of
updateProjectV2  mutation