TopicsEdge: {
    __typename?: "TopicsEdge";
    cursor: Scalars["String"]["output"];
    node: UserTopic;
}

An edge in a connection.

Type declaration

  • Optional__typename?: "TopicsEdge"
  • cursor: Scalars["String"]["output"]

    A cursor for use in pagination.

  • node: UserTopic

    The item at the end of the edge.