whitemarket Documentation For Partners

Used for forward pagination

This is auto-generated documentation. It is not intended to be used as a reference.

Please use for request and response only necessary fields. It decreases response time for you.

input ForwardPaginationInput {
	# How many records to retrieve
	first: Int 	# 50
	# Cursor
	after: String 	# Cursor value from response (pageInfo -> endCursor)
}