DeployConnection
No description
type DeployConnection {
totalCount: Int!
pageInfo: PageInfo!
nodes: [Deploy!]!
}
No description
type DeployConnection {
totalCount: Int!
pageInfo: PageInfo!
nodes: [Deploy!]!
}
DeployConnection.totalCount
● Int!
non-null scalarDeployConnection.pageInfo
● PageInfo!
non-null objectDeployConnection.nodes
● [Deploy!]!
non-null object