
schema.introspection.graphqls Maven / Gradle / Ivy
type Introspection {
"Introspects the build jobs currently available in the system"
buildJobs(tenantId: Uuid!): [SkillBuildJob]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
type Introspection {
"Introspects the build jobs currently available in the system"
buildJobs(tenantId: Uuid!): [SkillBuildJob]
}