assets
Returns all assets the user has access
assets(
companyId: ID!
page: Int
limit: Int
search: AssetsSearch
): AssetCollection!
Returns all assets the user has access
assets(
companyId: ID!
page: Int
limit: Int
search: AssetsSearch
): AssetCollection!
assets.companyId
● ID!
non-null scalarassets.page
● Int
scalarassets.limit
● Int
scalarassets.search
● AssetsSearch
inputAssetCollection
object