OBJECT
PublicationCommentConnection
A list of comments for a given publication.
link GraphQL Schema definition
- type PublicationCommentConnection {
- # A list of edges.
- PublicationCommentEdge] : [
- # Information to aid in pagination.
- PageInfo! :
- }
link Require by
- Publication A publication depicts product updates (announcements, changes, fixes, etc.) that users must discover.
- QueryEvery GraphQL schema has a root type for both queries and mutations. The query type defines GraphQL operations that retrieve data from Noticeable servers. For more information, see "[About queries](http://graphql.org/learn/queries/)".