Skip to content

Commit 42d4254

Browse files
fix(graphql): add suspended to corpuserstatus (#12185)
1 parent 66df362 commit 42d4254

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

datahub-graphql-core/src/main/resources/entity.graphql

+5
Original file line numberDiff line numberDiff line change
@@ -3838,6 +3838,11 @@ enum CorpUserStatus {
38383838
A User that has been provisioned and logged in
38393839
"""
38403840
ACTIVE
3841+
3842+
"""
3843+
A user that has been suspended
3844+
"""
3845+
SUSPENDED
38413846
}
38423847

38433848
union ResolvedActor = CorpUser | CorpGroup

0 commit comments

Comments
 (0)