OBJECT
Asset
link GraphQL Schema definition
1 type Asset { 2 3 : SourceFilesCategory 4 5 : String 6 7 : String! 8 9 : SourceFilePriceTier 10 11 : Project 12 13 : String! 14 15 }
OBJECT
1 type Asset { 2 3 : SourceFilesCategory 4 5 : String 6 7 : String! 8 9 : SourceFilePriceTier 10 11 : Project 12 13 : String! 14 15 }