GraphQL API Inputs ForwardPaginationInput
Used for forward pagination
input ForwardPaginationInput { # How many records to retrieve first: Int # 50 # Cursor after: String # Cursor value from response (pageInfo -> endCursor) }