GraphQL APITypesRunJobInputOn this pageRunJobInputNo descriptiontype RunJobInput { id: UUID! runCommand: String envs: [EnvVarInput!] build: Boolean}Fieldsid (UUID)runCommand (String)envs (EnvVarInput)build (Boolean)