RepoDeploymentConfigurationConnection
No description
type RepoDeploymentConfigurationConnection implements RevisionConnection {
totalCount: Int!
nodes: [RepoDeploymentConfiguration!]!
pageInfo: PageInfo!
}
Fields
RepoDeploymentConfigurationConnection.totalCount ● Int! non-null scalar
RepoDeploymentConfigurationConnection.nodes ● [RepoDeploymentConfiguration!]! non-null object
RepoDeploymentConfigurationConnection.pageInfo ● PageInfo! non-null object
Interfaces
RevisionConnection interface
Member Of
Repo object