NoticeConnection
Represents a paginated connection of Notices.
type NoticeConnection {
edges: [NoticeEdge!]!
pageInfo: PageInfo!
}
Fields
Name | Type | Description |
---|---|---|
edges | NoticeEdge | A list of Notice objects. Each edge contains a Notice object and a cursor for pagination. |
pageInfo | PageInfo | Metadata about the pagination. |