mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-25 18:38:55 +00:00
fix(graphql): add suspended to corpuserstatus (#12185)
This commit is contained in:
parent
66df362c0f
commit
42d4254cdc
@ -3838,6 +3838,11 @@ enum CorpUserStatus {
|
|||||||
A User that has been provisioned and logged in
|
A User that has been provisioned and logged in
|
||||||
"""
|
"""
|
||||||
ACTIVE
|
ACTIVE
|
||||||
|
|
||||||
|
"""
|
||||||
|
A user that has been suspended
|
||||||
|
"""
|
||||||
|
SUSPENDED
|
||||||
}
|
}
|
||||||
|
|
||||||
union ResolvedActor = CorpUser | CorpGroup
|
union ResolvedActor = CorpUser | CorpGroup
|
||||||
|
Loading…
x
Reference in New Issue
Block a user