Add missing info from verify mutation (#5283)
Fix wrong error billing message
This commit is contained in:
@ -33,6 +33,12 @@ export const USER_QUERY_FRAGMENT = gql`
|
||||
value
|
||||
workspaceId
|
||||
}
|
||||
currentCacheVersion
|
||||
currentBillingSubscription {
|
||||
id
|
||||
status
|
||||
interval
|
||||
}
|
||||
}
|
||||
workspaces {
|
||||
workspace {
|
||||
|
||||
@ -37,6 +37,7 @@ export const GET_CURRENT_USER = gql`
|
||||
}
|
||||
currentCacheVersion
|
||||
currentBillingSubscription {
|
||||
id
|
||||
status
|
||||
interval
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user