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