type OverwrittenSplit {
    collaboratorName: String
    newSplitRate: Float!
    oldSplitRate: Float!
    productId: Int
    tuid: String!
}
