Add missing info from verify mutation (#5283)

Fix wrong error billing message
This commit is contained in:
martmull
2024-05-04 15:21:37 +02:00
committed by GitHub
parent fc87a51acf
commit 77c0dee846
3 changed files with 18 additions and 4 deletions

View File

@ -33,6 +33,12 @@ export const USER_QUERY_FRAGMENT = gql`
value
workspaceId
}
currentCacheVersion
currentBillingSubscription {
id
status
interval
}
}
workspaces {
workspace {

View File

@ -37,6 +37,7 @@ export const GET_CURRENT_USER = gql`
}
currentCacheVersion
currentBillingSubscription {
id
status
interval
}