assets
Returns all assets the user has access to
assets(
  companyId: ID!
  page: Int
  limit: Int
  search: AssetsSearch
): AssetCollection!
Arguments
assets.companyId ● ID! non-null scalar
assets.page ● Int scalar
assets.limit ● Int scalar
assets.search ● AssetsSearch input
Type
AssetCollection object
AssetCollection type