Queries
/assets
assets
Get a collection of assets by ids.
Arguments
ids
[ID!]!
Required
Ids of the assets/files you want to get
Returns
- Get a collection of assets by ids.
query assets($ids: [ID!]!) { assets(ids: $ids) { # assets fields } }
Built with