OBJECT
MediaBatch
link GraphQL Schema definition
1 type MediaBatch { 2 String! : 3 4 BatchStatus! : 5 6 # All elements are always returned 7 MediaBatchProduct!]! : [ 8 9 }
OBJECT
1 type MediaBatch { 2 String! : 3 4 BatchStatus! : 5 6 # All elements are always returned 7 MediaBatchProduct!]! : [ 8 9 }