Skip to content
SIBISIBI Developers
Esc
navigateopen⌘Jpreview
On this page

OrderingQuery.asset()

Look up a single asset by its id.

type OrderingQuery {
  asset(id: ID!): OrderingAsset
}

Input

id

string - The unique identifier of the asset to retrieve.

Response

OrderingAsset

OrderingAsset | null - The asset object containing all asset details. Null if no asset exists with the given id.

Was this page helpful?