ENUM

TransformFunction

The possible transformer functions which can be used with assets

link GraphQL Schema definition

1enum TransformFunction {
2
3# Transform asset with XML format to JSON
4XML2JSON
5
6# Transfrom asset with XML Transcript format to JSON
7Transcript2JSON
8
9# Get asset JSON data as JSON
10JSON
11}