PublicUserTopicPostEdge: {
    __typename?: "PublicUserTopicPostEdge";
    cursor: Scalars["String"]["output"];
    node?: Maybe<PublicUserTopicPost>;
}

An edge in a connection.

Type declaration

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

    A cursor for use in pagination.

  • Optionalnode?: Maybe<PublicUserTopicPost>

    The item at the end of the edge.