SendMagicLinkInput
No description
input SendMagicLinkInput {
email: String!
sellingCompanyGlyphUrl: String!
sellingCompanyName: String!
workspaceUrl: String!
invitationToken: String
accordId: String
}
Fields
SendMagicLinkInput.email ● String! non-null scalar
Recipient email address to send the sign-in magic link to.
SendMagicLinkInput.sellingCompanyGlyphUrl ● String! non-null scalar
Glyph/logo URL of the selling company, shown in the email.
SendMagicLinkInput.sellingCompanyName ● String! non-null scalar
Name of the selling company, shown in the email.
SendMagicLinkInput.workspaceUrl ● String! non-null scalar
Workspace URL the magic link points back to.
SendMagicLinkInput.invitationToken ● String scalar
Optional invitation token carried through the magic link.
SendMagicLinkInput.accordId ● String scalar
Optional accord id the magic link should land on.
Member Of
sendMagicLink mutation