File tree Expand file tree Collapse file tree
sdk/constructive-sdk/schemas Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,9 +43,9 @@ type Query {
4343 """Read all values in the set after (below) this cursor."""
4444 after : Cursor
4545 ): OrgGetSubordinatesConnection
46- stepsAchieved (vlevel : String , vroleId : UUID ): Boolean
4746 appPermissionsGetMask (ids : [UUID ]): BitString
4847 orgPermissionsGetMask (ids : [UUID ]): BitString
48+ stepsAchieved (vlevel : String , vroleId : UUID ): Boolean
4949 appPermissionsGetMaskByNames (names : [String ]): BitString
5050 orgPermissionsGetMaskByNames (names : [String ]): BitString
5151
Original file line number Diff line number Diff line change @@ -1886,8 +1886,6 @@ enum UserOrderBy {
18861886 ID_DESC
18871887 USERNAME_ASC
18881888 USERNAME_DESC
1889- SEARCH_TSV_ASC
1890- SEARCH_TSV_DESC
18911889 CREATED_AT_ASC
18921890 CREATED_AT_DESC
18931891 UPDATED_AT_ASC
@@ -3253,7 +3251,6 @@ input UserInput {
32533251 username : String
32543252 displayName : String
32553253 profilePicture : ConstructiveInternalTypeImage
3256- searchTsv : FullText
32573254 type : Int
32583255 createdAt : Datetime
32593256 updatedAt : Datetime
@@ -3653,7 +3650,6 @@ input UserPatch {
36533650 username : String
36543651 displayName : String
36553652 profilePicture : ConstructiveInternalTypeImage
3656- searchTsv : FullText
36573653 type : Int
36583654 createdAt : Datetime
36593655 updatedAt : Datetime
You can’t perform that action at this time.
0 commit comments