recordViews
recordViews(
after: Cursor
first: Int
before: Cursor
last: Int
orderBy: RecordViewOrder
where: RecordViewWhereInput
): RecordViewConnection!
Arguments
recordViews.after ● Cursor scalar
Returns the elements in the list that come after the specified cursor.
recordViews.first ● Int scalar
Returns the first n elements from the list.
recordViews.before ● Cursor scalar
Returns the elements in the list that come before the specified cursor.
recordViews.last ● Int scalar
Returns the last n elements from the list.
recordViews.orderBy ● RecordViewOrder input
Ordering options for RecordViews returned from the connection.
recordViews.where ● RecordViewWhereInput input
Filtering options for RecordViews returned from the connection.
Type
RecordViewConnection object
A connection to a list of items.