RepoSource
No description
type RepoSource {
  id: ID!
  type: RepoSourceType!
  name: String!
}
Fields
RepoSource.id ● ID! non-null scalar
RepoSource.type ● RepoSourceType! non-null enum
RepoSource.name ● String! non-null scalar
Member Of
ProjectTemplate  object ● Repo  object