diff --git a/packages/frontend-2/lib/common/generated/gql/graphql.ts b/packages/frontend-2/lib/common/generated/gql/graphql.ts index 326f61a88..b7703c74c 100644 --- a/packages/frontend-2/lib/common/generated/gql/graphql.ts +++ b/packages/frontend-2/lib/common/generated/gql/graphql.ts @@ -1023,7 +1023,8 @@ export type CreateModelInput = { }; export type CreateSavedViewGroupInput = { - groupName: Scalars['String']['input']; + /** Will default to auto-generated group name otherwise */ + groupName?: InputMaybe; projectId: Scalars['ID']['input']; resourceIdString: Scalars['String']['input']; };