Skip to content

Commit bfc0101

Browse files
committed
Update GraphQL TS Schema
Signed-off-by: Plural Bot <gh-bot@plural.sh>
1 parent b11170d commit bfc0101

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

www/src/generated/graphql.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1851,11 +1851,6 @@ export type PlatformPlanItem = {
18511851
period: PaymentPeriod;
18521852
};
18531853

1854-
export type PlatformPlanLineItemAttributes = {
1855-
dimension: LineItemDimension;
1856-
quantity: Scalars['Int'];
1857-
};
1858-
18591854
export type PlatformSubscription = {
18601855
__typename?: 'PlatformSubscription';
18611856
externalId?: Maybe<Scalars['String']>;
@@ -1864,10 +1859,6 @@ export type PlatformSubscription = {
18641859
plan?: Maybe<PlatformPlan>;
18651860
};
18661861

1867-
export type PlatformSubscriptionAttributes = {
1868-
lineItems?: InputMaybe<Array<InputMaybe<PlatformPlanLineItemAttributes>>>;
1869-
};
1870-
18711862
export type PlatformSubscriptionLineItems = {
18721863
__typename?: 'PlatformSubscriptionLineItems';
18731864
dimension: LineItemDimension;
@@ -2632,7 +2623,6 @@ export type RootMutationTypeCreatePlanArgs = {
26322623

26332624

26342625
export type RootMutationTypeCreatePlatformSubscriptionArgs = {
2635-
attributes: PlatformSubscriptionAttributes;
26362626
planId: Scalars['ID'];
26372627
};
26382628

0 commit comments

Comments
 (0)