OBJECT

AssetEdge

link GraphQL Schema definition

1type AssetEdge {
2
3cursor: String!
4
5node: Asset!
6
7}