whitemarket Documentation For Partners

Information about pagination in a connection.

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.

type PageInfo {
	# When paginating forwards, are there more items?
	hasNextPage: Boolean! 	# true
	# When paginating backwards, are there more items?
	hasPreviousPage: Boolean! 	# false
	# When paginating backwards, the cursor to continue.
	startCursor: String 	# YXJyYXljb25uZWN0aW9uOjEw
	# When paginating forwards, the cursor to continue.
	endCursor: String 	# YXJyYXljb25uZWN0aW9uOjE5
}