Skip to main content

MagicTokenUpdateInput

No description

input MagicTokenUpdateInput {
contactId: Int
customerId: Int
expiresAt: String
oneTimeUse: Boolean
extra: [String!]
}

Fields

MagicTokenUpdateInput.contactId ● Int scalar

Identifier of the associated contact, use either contactId or customerId

MagicTokenUpdateInput.customerId ● Int scalar

Identifier of the associated customer, use either customerId or contactId

MagicTokenUpdateInput.expiresAt ● String scalar

Expiration date and time of the magic token

MagicTokenUpdateInput.oneTimeUse ● Boolean scalar

Indicates if the magic token is for one-time use only

MagicTokenUpdateInput.extra ● [String!] list scalar

Additional information or metadata associated with the magic token

Member Of

magicTokenUpdate mutation