Hi,
I noticed under ExperimentalService that BulkImportRelationshipsRequest says:
"If any of the relationships already exist, the transaction will fail and no relationships will be written."
Under PermissionsService, ImportBulkRelationshipsRequest doesn't mention that.
Is bulk import in PermissionsService idempotent? If I was backfilling data with the BulkImportRelationships request, would it fail if I tried to write a relationship that already exists?