25 lines
339 B
GraphQL
25 lines
339 B
GraphQL
enum IdentityGroupToIdentityUserError {
|
|
UNKNOWN
|
|
}
|
|
|
|
enum IdentityUserToIdentityGroupError {
|
|
UNKNOWN
|
|
}
|
|
|
|
enum IdentityUserToIdentityProfileError {
|
|
UNKNOWN
|
|
NOT_FOUND
|
|
}
|
|
|
|
enum IdentityUserToIdentityEmailError {
|
|
UNKNOWN
|
|
}
|
|
|
|
enum IdentityUserToIdentityAuthDeviceError {
|
|
UNKNOWN
|
|
}
|
|
|
|
enum IdentityGroupToCloudDavContactError {
|
|
UNKNOWN
|
|
}
|