API Reference

Sections

Theme switcher

CommentConnection

CommentConnection

pageInfoobject Required

Pagination data for this connection.

Show child attributes

edgesarray Required

Contains the nodes in this connection.

Show child attributes

total_countint
edge_countint
Was this section helpful?

What made this section unhelpful for you?

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 { "pageInfo": { "hasNextPage": false, "hasPreviousPage": false, "startCursor": null, "endCursor": null }, "edges": [ { "node": { "id": null, "finding_id": null, "created_by": null, "body": null, "creation_time": null, "last_modified": null, "findings": {}, "id_int": null }, "cursor": null } ], "total_count": null, "edge_count": null }
Was this section helpful?

What made this section unhelpful for you?