AssetEdge
Edge type containing the asset and cursor information returned by a AssetsConnection
type AssetEdge {
node: Asset!
cursor: String!
}
Fields
AssetEdge.node
● Asset!
non-null object
The asset information
AssetEdge.cursor
● String!
non-null scalar
The cursor for the asset
Member of
AssetsConnection
object