Skip to main content

RepositoryGroup

No description

type RepositoryGroup implements IModelStoreElement {
name: String!
description: String
company: Int
children: [RepositoryGroup!]!
id: ID!
}

Fields

RepositoryGroup.name ● String! non-null scalar common

RepositoryGroup.description ● String scalar common

RepositoryGroup.company ● Int scalar common

RepositoryGroup.children ● [RepositoryGroup!]! non-null object resources

RepositoryGroup.id ● ID! non-null scalar common

Interfaces

IModelStoreElement interface common

Member Of

ElementChangedEventArgsOfRepositoryGroup object ● RepositoryGroup object