type IdentityGroupToIdentityUserEdge { data: [IdentityUser] error: IdentityGroupToIdentityUserError } type IdentityUserToIdentityGroupEdge { data: [IdentityGroup] error: IdentityUserToIdentityGroupError } type IdentityUserToIdentityProfileEdge { data: IdentityProfile error: IdentityUserToIdentityProfileError } type IdentityUserToIdentityEmailEdge { data: [IdentityEmail] error: IdentityUserToIdentityEmailError } type IdentityUserToIdentityAuthDeviceEdge { data: [IdentityAuthDevice] error: IdentityUserToIdentityAuthDeviceError } type IdentityGroupToCloudDavContactEdge { data: [CloudDavContact] error: IdentityGroupToCloudDavContactError }