mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-24 18:10:11 +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
|
||||
"""
|
||||
ACTIVE
|
||||
|
||||
"""
|
||||
A user that has been suspended
|
||||
"""
|
||||
SUSPENDED
|
||||
}
|
||||
|
||||
union ResolvedActor = CorpUser | CorpGroup
|
||||
|
Loading…
x
Reference in New Issue
Block a user