Skip to main content

ParameterGroupConnection

The connection type for ParameterGroup.

type ParameterGroupConnection {
edges: [ParameterGroupEdge]
nodes: [ParameterGroup]
pageInfo: PageInfo!
totalCount: Int!
}

Fields

ParameterGroupConnection.edges ● [ParameterGroupEdge] list object

A list of edges.

ParameterGroupConnection.nodes ● [ParameterGroup] list object

A list of nodes.

ParameterGroupConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

ParameterGroupConnection.totalCount ● Int! non-null scalar

Returned By

parameterGroups query