INPUT_OBJECT

EwaiAssetFilterArgs

Fields that can be used to filter EWAI Asset lists.

link GraphQL Schema definition

  • input EwaiAssetFilterArgs {
  • # EWAI asset id, @example 42
  • id: IntFilterInput
  • # The UUID of the asset. @example '4883e023-2528-4ac7-9b19-c1c7225e1feb'
  • uuid: StringFilterInput
  • # The DID of the Web3 wallet user who created this asset. @example
  • # '0x882001eb216Dc32435aB7202ac09EcdC053f3376' or
  • # 'did:ethr:0x882001eb216Dc32435aB7202ac09EcdC053f3376'
  • createdBy: StringFilterInput
  • # When the asset was created. @example '2021-02-08 09:51:11.016021-08'
  • createdOn: StringFilterInput
  • # The EWNS of the asset. @example 'hydro1.market1.adivate.ewc'
  • ewns: StringFilterInput
  • # The identifier of an external entity to which this EWAI asset is linked in the
  • # EWAI-MARKET (or other dApp/App). This is completely user defined. For
  • # EWAI-MARKET which uses Ocean Protocol to publish EWAI Assets on the marketplace,
  • # this external did is the Ocean Protocol Data Asset DID. @example
  • # 'did:op:D55B682cdf8443f04257aB46461783CA7Ca65EB2'
  • externalDid: StringFilterInput
  • # The category of the asset (stored in the asset metadata object). TODO: Searching
  • # By Category Not Implemented Yet. @example 'solar'
  • category: StringFilterInput
  • # The manufacturer/vendor of the asset (stored in the asset metadata object).
  • # TODO: Searching By Vendor Not Implemented Yet. @example 'solar'
  • vendor: StringFilterInput
  • }

link Require by