Skip to content

Commit 4a7d7a6

Browse files
Update workspace.ts (#456)
* Update workspace.ts * Bump version up to 1.1.6 --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1d925bb commit 4a7d7a6

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hawk.api",
3-
"version": "1.1.5",
3+
"version": "1.1.6",
44
"main": "index.ts",
55
"license": "UNLICENSED",
66
"scripts": {

src/typeDefs/workspace.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,9 @@ export default gql`
119119
""" True if workspace is used for debugging """
120120
isDebug: Boolean
121121
122+
""" True if workspace is blocked """
123+
isBlocked: Boolean
124+
122125
"""
123126
Workspace projects array
124127
"""

0 commit comments

Comments
 (0)