RepoGroup
No description
type RepoGroup {
id: UUID!
name: String
description: String
selector: LabelSelectors
repos: [Repo!]
}
Fields
RepoGroup.id
● UUID!
non-null scalar
RepoGroup.name
● String
scalar
RepoGroup.description
● String
scalar
RepoGroup.selector
● LabelSelectors
object
RepoGroup.repos
● [Repo!]
list object
Member Of
RepoPipelineLink
object