This commit is contained in:
andrewwallacespeckle
2025-08-12 11:30:41 +01:00
parent 416b5d78d7
commit 500cb112e2
@@ -1023,7 +1023,8 @@ export type CreateModelInput = {
};
export type CreateSavedViewGroupInput = {
groupName: Scalars['String']['input'];
/** Will default to auto-generated group name otherwise */
groupName?: InputMaybe<Scalars['String']['input']>;
projectId: Scalars['ID']['input'];
resourceIdString: Scalars['String']['input'];
};