Skip to main content

notes

Reads a set of Note.

notes(
first: Int
offset: Int
orderBy: [NotesOrderBy!]
condition: NoteCondition
filter: NoteFilter
): [Note!]

Arguments

notes.first ● Int scalar

Only read the first n values of the set.

notes.offset ● Int scalar

Skip the first n values.

notes.orderBy ● [NotesOrderBy!] list enum

The method to use when ordering Note.

notes.condition ● NoteCondition input

A condition to be used in determining which values should be returned by the collection.

notes.filter ● NoteFilter input

A filter to be used in determining which values should be returned by the collection.

Type

Note object