Skip to main content

UpdateSealInput

Autogenerated input type of UpdateSeal

input UpdateSealInput {
id: ID!
assetId: ID
domain: String
color: String
language: String
position: SealPositionEnum
expireAt: ISO8601DateTime
side: SealSideEnum
clientMutationId: String
}

Fields

UpdateSealInput.id ● ID! non-null scalar

Seal ID for update seal

UpdateSealInput.assetId ● ID scalar

Asset id to associate with this seal

UpdateSealInput.domain ● String scalar

The domain name where the seal will be applied

UpdateSealInput.color ● String scalar

Color of the seal (e.g., 'red', 'blue', '#FF0000')

UpdateSealInput.language ● String scalar

Language code for the seal content (e.g., 'en', 'es', 'fr')

UpdateSealInput.position ● SealPositionEnum enum

Position type of the seal: FIXED or FLOAT

UpdateSealInput.expireAt ● ISO8601DateTime scalar

Expiration date and time for the seal in ISO8601 format

UpdateSealInput.side ● SealSideEnum enum

Side of the document where the seal should be placed (e.g., 'left', 'right')

UpdateSealInput.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

Member Of

updateSeal mutation