ConversationsEdge: {
    __typename?: "ConversationsEdge";
    cursor: Scalars["String"]["output"];
    node: Conversation;
}

An edge in a connection.

Type declaration

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

    A cursor for use in pagination.

  • node: Conversation

    The item at the end of the edge.