OBJECT
TopicClassificationEdge
An edge in a connection.
link GraphQL Schema definition
- type TopicClassificationEdge {
- # The item at the end of the edge.
- : TopicClassification
- # A cursor for use in pagination.
- : Cursor!
- }
OBJECT
An edge in a connection.
- type TopicClassificationEdge {
- # The item at the end of the edge.
- : TopicClassification
- # A cursor for use in pagination.
- : Cursor!
- }