ParameterGroupSetConnection
The connection type for ParameterGroupSet.
type ParameterGroupSetConnection {
edges: [ParameterGroupSetEdge]
nodes: [ParameterGroupSet]
pageInfo: PageInfo!
totalCount: Int!
}
Fields
ParameterGroupSetConnection.edges ● [ParameterGroupSetEdge] list object
A list of edges.
ParameterGroupSetConnection.nodes ● [ParameterGroupSet] list object
A list of nodes.
ParameterGroupSetConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
ParameterGroupSetConnection.totalCount ● Int! non-null scalar
Returned By
parameterGroupSets query