OBJECT
PublicationCommentEdge
A list of edges.
link GraphQL Schema definition
- type PublicationCommentEdge {
- # A cursor for use in pagination.
- : String!
- # The item at the end of the edge.
- : PublicationComment
- }
OBJECT
A list of edges.
- type PublicationCommentEdge {
- # A cursor for use in pagination.
- : String!
- # The item at the end of the edge.
- : PublicationComment
- }