Skip to main content

CreateSealInput

Autogenerated input type of CreateSeal

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

Fields

CreateSealInput.assetId ● ID! non-null scalar

Asset id to associate with this seal

CreateSealInput.domain ● String scalar

The domain name where the seal will be applied

CreateSealInput.color ● String scalar

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

CreateSealInput.language ● String scalar

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

CreateSealInput.position ● SealPositionEnum enum

Position type of the seal: FIXED or FLOAT

CreateSealInput.expireAt ● ISO8601DateTime scalar

Expiration date and time for the seal in ISO8601 format

CreateSealInput.side ● SealSideEnum enum

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

CreateSealInput.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

Member Of

createSeal mutation