Logo of FrontifyDeveloper PortalArrow to the right
GraphQL Reference
Input Object Type

CreateExternalAssetInput

No description
Input Fields
projectId: ID!

Destination Project Id.

url: Url!

External Asset Url.

title: String!

External Asset title or display name.

description: String = ""

External Asset description.

width: Int

External Asset fixed width.

height: Int

External Asset fixed height.

allowInteractions: Boolean = true

External Asset allow interactions.

externalId: ID

External Asset external Id.

External Asset copyright details.

directory: [String] = []

External Asset destination folder. Folders will be created if they don't exist.

expiresAt: DateTime

Expiry Date. External Asset will expire once the defined date is reached.

author: String = ""

Represents the Author of the External Asset.