NotePaginationConnection
The connection type for Note.
Fields
edges
· [NoteEdge] · A list of edges. Used By
Definition
"""The connection type for Note."""type NotePaginationConnection { """ A list of edges. """ edges: [NoteEdge]
""" A list of nodes. """ nodes: [Note]
""" Information to aid in pagination. """ page_info: PageInfo!
""" Total count of items. """ total_count: Int!}