Skip to main content

ComponentVersionConnection

The connection type for ComponentVersion.

type ComponentVersionConnection {
edges: [ComponentVersionEdge!]!
nodes: [ComponentVersion!]!
pageInfo: PageInfo!
totalCount: Int!
}

Fields

ComponentVersionConnection.edges ● [ComponentVersionEdge!]! non-null object

A list of all edges of the current page.

ComponentVersionConnection.nodes ● [ComponentVersion!]! non-null object

A list of all nodes of the current page.

ComponentVersionConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

ComponentVersionConnection.totalCount ● Int! non-null scalar

Identifies the total count of items in the connection.

Member of

Component object ● ComponentVersionTemplate object ● Project object