INPUT_OBJECT

EwaiAssetWhereUniqueArgs

Fields which can be used to retrieve a single EWAI Asset uniquely.

link GraphQL Schema definition

  • input EwaiAssetWhereUniqueArgs {
  • # Asset ID.
  • id: Int
  • # Asset UUID.
  • uuid: String
  • # Asset Preview UUID.
  • previewUuid: String
  • # Asset Data UUID.
  • dataUuid: String
  • # Asset EWNS.
  • ewns: String
  • # Asset External DID.
  • externalDid: String
  • }