OBJECT
MediaCollectionModule
link GraphQL Schema definition
1 type MediaCollectionModule { 2 3 : String! 4 5 : String! 6 7 : String! 8 9 : MediaCollectionType! 10 11 : [MediaCollectionComponent!]! 12 13 : Int 14 15 : Int! 16 17 : Boolean! 18 19 : Project! 20 21 : Int! 22 23 : MediaCollectionSortType! 24 25 }