NotesOrderBy
Methods to use when ordering Note.
enum NotesOrderBy {
NATURAL
ID_ASC
ID_DESC
WORKSPACE_ID_ASC
WORKSPACE_ID_DESC
ACCORD_MEMBER_ID_ASC
ACCORD_MEMBER_ID_DESC
TEXT_ASC
TEXT_DESC
VERSION_ASC
VERSION_DESC
DELETED_AT_ASC
DELETED_AT_DESC
UPDATED_AT_ASC
UPDATED_AT_DESC
CREATED_AT_ASC
CREATED_AT_DESC
PRIMARY_KEY_ASC
PRIMARY_KEY_DESC
}
Values
NotesOrderBy.NATURAL
NotesOrderBy.ID_ASC
NotesOrderBy.ID_DESC
NotesOrderBy.WORKSPACE_ID_ASC
NotesOrderBy.WORKSPACE_ID_DESC
NotesOrderBy.ACCORD_MEMBER_ID_ASC
NotesOrderBy.ACCORD_MEMBER_ID_DESC
NotesOrderBy.TEXT_ASC
NotesOrderBy.TEXT_DESC
NotesOrderBy.VERSION_ASC
NotesOrderBy.VERSION_DESC
NotesOrderBy.DELETED_AT_ASC
NotesOrderBy.DELETED_AT_DESC
NotesOrderBy.UPDATED_AT_ASC
NotesOrderBy.UPDATED_AT_DESC
NotesOrderBy.CREATED_AT_ASC
NotesOrderBy.CREATED_AT_DESC
NotesOrderBy.PRIMARY_KEY_ASC
NotesOrderBy.PRIMARY_KEY_DESC
Member Of
notes query ● notesConnection query