InputConnection
Input pagination result
type InputConnection {
totalCount: Int!
edges: [InputEdge!]!
nodes: [Input!]!
pageInfo: PageInfo!
}
Fields
totalCount (Int!)
Total number of entries that match the query
edges ([InputEdge!]!)
Pagination entries returned for the current page
nodes ([Input!]!)
Input instances returned for the current page
pageInfo (PageInfo!)
Pagination metadata