ENUM
TransformFunction
The possible transformer functions which can be used with assets
link GraphQL Schema definition
1 enum TransformFunction { 2 3 # Transform asset with XML format to JSON 4 5 6 # Transfrom asset with XML Transcript format to JSON 7 8 9 # Get asset JSON data as JSON 10 11 }