Skip to main content

ParameterConnection

The connection type for Parameter.

type ParameterConnection {
edges: [ParameterEdge]
nodes: [Parameter]
pageInfo: PageInfo!
totalCount: Int!
}

Fields

ParameterConnection.edges ● [ParameterEdge] list object

A list of edges.

ParameterConnection.nodes ● [Parameter] list object

A list of nodes.

ParameterConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

ParameterConnection.totalCount ● Int! non-null scalar

Returned By

parameters query