We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26398b0 commit 80cd24cCopy full SHA for 80cd24c
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "hawk.api",
3
- "version": "1.2.6",
+ "version": "1.2.7",
4
"main": "index.ts",
5
"license": "BUSL-1.1",
6
"scripts": {
src/typeDefs/workspace.ts
@@ -122,6 +122,11 @@ export default gql`
122
""" True if workspace is blocked """
123
isBlocked: Boolean
124
125
+ """
126
+ For prepaid workspaces, date until which the workspace is paid
127
128
+ paidUntil: DateTime
129
+
130
"""
131
Workspace projects array
132
0 commit comments