martmull
2025-06-05 20:56:55 +02:00
committed by GitHub
parent c75f10bc33
commit b2c57c5dcc
29 changed files with 650 additions and 237 deletions

View File

@ -60,9 +60,11 @@ export const USER_QUERY_FRAGMENT = gql`
id
status
interval
metadata
billingSubscriptionItems {
id
hasReachedCurrentPeriodCap
quantity
billingProduct {
name
description
@ -77,6 +79,7 @@ export const USER_QUERY_FRAGMENT = gql`
billingSubscriptions {
id
status
metadata
}
workspaceMembersCount
defaultRole {