OBJECT

SourceFile

link GraphQL Schema definition

1type SourceFile {
2
3assetId: String!
4
5category: String!
6
7currency: String
8
9extension: String!
10
11hasUserPurchased: Boolean
12
13hidden: Int!
14
15licenseType: String!
16
17mimeType: String!
18
19moduleIds: [Int]!
20
21projectId: Int!
22
23renditionUrl: String!
24
25size: String!
26
27sourceFileId: Int!
28
29stripePriceId: String
30
31stripeProductId: String
32
33tier: SourceFilePriceTier!
34
35title: String!
36
37unitAmount: Float
38
39userId: Int!
40
41}