diff --git a/package.json b/package.json index 0ec6335f..cce673ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hawk.api", - "version": "1.2.6", + "version": "1.2.7", "main": "index.ts", "license": "BUSL-1.1", "scripts": { diff --git a/src/typeDefs/workspace.ts b/src/typeDefs/workspace.ts index 8cc24314..cb9e3a6b 100644 --- a/src/typeDefs/workspace.ts +++ b/src/typeDefs/workspace.ts @@ -122,6 +122,11 @@ export default gql` """ True if workspace is blocked """ isBlocked: Boolean + """ + For prepaid workspaces, date until which the workspace is paid + """ + paidUntil: DateTime + """ Workspace projects array """