Rollups APIsFrontend APIsGraphQL APIObjectsInputEdgeOn this pageInputEdgePagination entry. type InputEdge { node: Input! cursor: String!} Fields NameTypeDescriptionnodeInput!The Input object.cursorString!A string that serves as a pagination cursor for this particular edge.