INPUT_OBJECT

CloneAssetFilterInput

link GraphQL Schema definition

1input CloneAssetFilterInput {
4
2# Asset type to filter by (required)
3assetType: String!
7
5# Optional schema ID to filter by
6schemaId: ID
10
8# Optional engine ID to filter by
9engineId: ID
13
11# Optional engine category ID to filter by
12engineCategoryId: ID
14}

link Required by