whitemarket Documentation For Partners

Used for forward pagination

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