notes
Reads a set of Note.
notes(
filter: NoteFilter
first: Int
offset: Int
orderBy: [NoteOrderBy!]
): [Note!]
Arguments
notes.filter ● NoteFilter input
A filter to be used in determining which values should be returned by the collection.
notes.first ● Int scalar
Only read the first n values of the set.
notes.offset ● Int scalar
Skip the first n values.
notes.orderBy ● [NoteOrderBy!] list enum
The method to use when ordering Note.