Skip to main content

NotesConnection

A connection to a list of Note values.

type NotesConnection {
nodes: [Note!]!
edges: [NotesEdge!]!
pageInfo: PageInfo!
totalCount: Int!
}

Fields

NotesConnection.nodes ● [Note!]! non-null object

A list of Note objects.

NotesConnection.edges ● [NotesEdge!]! non-null object

A list of edges which contains the Note and cursor to aid in pagination.

NotesConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

NotesConnection.totalCount ● Int! non-null scalar

The count of *all* Note you could get from the connection.

Returned By

notesConnection query