Description Topics: Customers, Users Fields webauthn_credential: String! JSON-encoded PublicKeyCredential webauthn_session_id: String! Session ID associated with webauthn login process Used By Mutations usersWebauthn Preview (typescript) interface WebauthnAdd {webauthn_credential: stringwebauthn_session_id: string}