OBJECT
HiddenAssetEdge
An edge in a connection.
link GraphQL Schema definition
- type HiddenAssetEdge {
 - #   The item at the end of the edge
 - : HiddenAsset 
 - #   A cursor for use in pagination
 - : String! 
 - }
 
    OBJECT
An edge in a connection.
- type HiddenAssetEdge {
 - #   The item at the end of the edge
 - : HiddenAsset 
 - #   A cursor for use in pagination
 - : String! 
 - }