We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d925bb commit 4a7d7a6Copy full SHA for 4a7d7a6
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "hawk.api",
3
- "version": "1.1.5",
+ "version": "1.1.6",
4
"main": "index.ts",
5
"license": "UNLICENSED",
6
"scripts": {
src/typeDefs/workspace.ts
@@ -119,6 +119,9 @@ export default gql`
119
""" True if workspace is used for debugging """
120
isDebug: Boolean
121
122
+ """ True if workspace is blocked """
123
+ isBlocked: Boolean
124
+
125
"""
126
Workspace projects array
127
0 commit comments