fix(server): recent session missing params (#13188)

fix AI-349
This commit is contained in:
DarkSky
2025-07-14 12:17:48 +08:00
committed by GitHub
parent ebefbeefc8
commit d5f63b9e43
3 changed files with 7 additions and 4 deletions
+1
View File
@@ -4365,6 +4365,7 @@ export type GetCopilotSessionQuery = {
export type GetCopilotRecentSessionsQueryVariables = Exact<{
workspaceId: Scalars['String']['input'];
limit?: InputMaybe<Scalars['Int']['input']>;
offset?: InputMaybe<Scalars['Int']['input']>;
}>;
export type GetCopilotRecentSessionsQuery = {