NoteConnection
The connection type for Note.
type NoteConnection {
edges: [NoteEdge]
nodes: [Note]
pageInfo: PageInfo!
totalCount: Int!
}
Fields
NoteConnection.edges ● [NoteEdge] list object common
A list of edges.
NoteConnection.nodes ● [Note] list object common
A list of nodes.
NoteConnection.pageInfo ● PageInfo! non-null object common
Information to aid in pagination.
NoteConnection.totalCount ● Int! non-null scalar common
Total count of items in the connection, without considering pagination.
Returned By
notes query