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