OBJECT

SourceFileSellerStats

link GraphQL Schema definition

1type SourceFileSellerStats {
2
3# Total number of source files available for purchase
4paidSourceFileCount: Int
5
6# Total number of source file purchases
7purchaseCount: Int
8
9# Total income earned from source files sold
10totalIncome: Float
11
12}

link Required by