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