mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-22 04:26:23 +08:00
chore: update cleanup history gql (#7103)
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
mutation cleanupCopilotSession($input: DeleteSessionInput!) {
|
||||
cleanupCopilotSession(options: $input)
|
||||
}
|
||||
@@ -112,6 +112,17 @@ query copilotQuota {
|
||||
}`,
|
||||
};
|
||||
|
||||
export const cleanupCopilotSessionMutation = {
|
||||
id: 'cleanupCopilotSessionMutation' as const,
|
||||
operationName: 'cleanupCopilotSession',
|
||||
definitionName: 'cleanupCopilotSession',
|
||||
containsFile: false,
|
||||
query: `
|
||||
mutation cleanupCopilotSession($input: DeleteSessionInput!) {
|
||||
cleanupCopilotSession(options: $input)
|
||||
}`,
|
||||
};
|
||||
|
||||
export const createCheckoutSessionMutation = {
|
||||
id: 'createCheckoutSessionMutation' as const,
|
||||
operationName: 'createCheckoutSession',
|
||||
|
||||
Reference in New Issue
Block a user