OBJECT
SourceFilePurchase
link GraphQL Schema definition
1 type SourceFilePurchase { 2 3 User : 4 5 String : 6 7 Int! : 8 9 Int! : 10 11 PaymentIntent : 12 13 Project : 14 15 User : 16 17 SourceFile : 18 19 SourceFilePaymentStatus! : 20 21 Float : 22 23 }