MagicTokenCreateInput
No description
input MagicTokenCreateInput {
contactId: Int
customerId: Int
expiresAt: String
oneTimeUse: Boolean
extra: [String!]
}
Fields
MagicTokenCreateInput.contactId ● Int scalar
Identifier of the associated contact, use either contactId or customerId
MagicTokenCreateInput.customerId ● Int scalar
Identifier of the associated customer, use either customerId or contactId
MagicTokenCreateInput.expiresAt ● String scalar
Expiration date and time of the magic token
MagicTokenCreateInput.oneTimeUse ● Boolean scalar
Indicates if the magic token is for one-time use only
MagicTokenCreateInput.extra ● [String!] list scalar
Member Of
magicTokenCreate mutation