ProjectLevelInteraction
ProjectLevelInteraction is a label describing an addresses interactions with a given project.
type ProjectLevelInteraction {
  project: String!
  txCount: Int!
  numSent: Int!
  numReceived: Int!
  firstInteraction: String!
  lastInteraction: String!
  sampleTxHashes: [String!]
}