Description Topic: Users Fields url: String! TOTP URL for 2FA Example: "otpauth://totp/Example:alice@google.com?secret=JBSWY3DPEHPK3PXP&issuer=Example" Used By Mutations usersTwoFactor Preview (typescript) interface TwoFactor {url: string}