ContentRepository
No description
type ContentRepository {
id: ID!
name: String!
description: String!
url: String
branch: String
credentials: Credentials
timestamp: DateTime
readOnly: Boolean!
proxy: Proxy
pendingChanges: [PendingChange!]!
unpushedCommits: [Commit!]!
remoteChanges: [Commit!]!
}
Fields
ContentRepository.id ● ID! non-null scalar
The ID
ContentRepository.name ● String! non-null scalar
The name of a content repository
ContentRepository.description ● String! non-null scalar
The description
ContentRepository.url ● String scalar
The URL
ContentRepository.branch ● String scalar
The branch the repository is currently on
ContentRepository.credentials ● Credentials object
Credentials
ContentRepository.timestamp ● DateTime scalar
Timestamp
ContentRepository.readOnly ● Boolean! non-null scalar
Read only
ContentRepository.proxy ● Proxy object
An optionally associated proxy.
ContentRepository.pendingChanges ● [PendingChange!]! non-null object
Pending changes
ContentRepository.unpushedCommits ● [Commit!]! non-null object
Unpushed commits
ContentRepository.remoteChanges ● [Commit!]! non-null object
Remote changes
Returned By
contentRepositories query
Member Of
CreateRepositoryPayload object ● Namespace object