OBJECT

ConversationPair

Source and Dest pair in the conversations

link GraphQL Schema definition

  • type ConversationPair {
  • # Counter for the source of the conversation
  • src: Float!
  • # Counter for the destination of the conversation
  • dst: Float!
  • }