input CreateCollaboratorTransactionInput {
    collaboratorId: ID!
    collaboratorShare: Float
    currency: String
    date: Date
    description: String
    originalAmount: Float!
    reportId: Int
    type: CollaboratorTransactionType!
}
