OBJECT

AssetShortcut

link GraphQL Schema definition

1type AssetShortcut {
2
3isCategory: Boolean!
4
5urlPath: String!
6
7}