Skip to main content

MachineInstallationConnection

A connection to a list of MachineInstallation objects.

type MachineInstallationConnection {
pageInfo: PageInfo!
totalCount: Int!
nodes: [MachineInstallation!]
edges: [MachineInstallationEdge!]
}

Fields

MachineInstallationConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

MachineInstallationConnection.totalCount ● Int! non-null scalar

The total count of machine installations in the connection.

MachineInstallationConnection.nodes ● [MachineInstallation!] list object

A list of nodes representing machine installations.

MachineInstallationConnection.edges ● [MachineInstallationEdge!] list object

A list of edges representing connections to machine installations.

Member Of

Certificate object