searchNoteComments
Deprecated
Use Query.noteComments instead
Arguments
String
A cursor to search after (only include first & after or last & before)
String
A cursor to search before (only include first & after or last & before)
ID
An ID for a User to filter by
Int
The number of results to fetch when searching forward (only include first & after or last & before)
Boolean
Whether or not to include deleted NoteComments in the results
Int
The number of results to fetch when searching backward (only include first & after or last & before)
ID!
An ID for a Note to filter by
String
A search query to filter results
SortNoteCommentsBy
The sort key
SortDirection
The sort direction
Returns
NoteCommentConnection!