fix(graphql): add suspended to corpuserstatus (#12185)

This commit is contained in:
kevinkarchacryl 2024-12-20 04:30:59 -05:00 committed by GitHub
parent 66df362c0f
commit 42d4254cdc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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