NoteConnection
A connection to a list of Note values.
type NoteConnection {
aggregates: NoteAggregates
edges: [NoteEdge]!
nodes: [Note]!
pageInfo: PageInfo!
totalCount: Int!
}
Fields
NoteConnection.aggregates ● NoteAggregates object
Aggregates across the matching connection (ignoring before/after/first/last/offset)
NoteConnection.edges ● [NoteEdge]! non-null object
A list of edges which contains the Note and cursor to aid in pagination.
NoteConnection.nodes ● [Note]! non-null object
A list of Note objects.
NoteConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
NoteConnection.totalCount ● Int! non-null scalar
The count of all Note you could get from the connection.
Returned By
notesConnection query
Member Of
Customer object ● Job object ● Project object ● Quote object ● Site object