UpdateAssetPayload
Autogenerated return type of UpdateAsset
type UpdateAssetPayload {
asset: Asset
clientMutationId: String
}
Fields
UpdateAssetPayload.asset
● Asset
object
UpdateAssetPayload.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
Returned By
updateAsset
mutation