fix: fix typos

This commit is contained in:
2025-07-06 05:05:07 +08:00
parent 4174cea728
commit 6cdd8c27ce
3 changed files with 33 additions and 25 deletions

View File

@@ -24,24 +24,22 @@ export const GET_TASKS = gql`
subscription {
displayName
sourceUrl
cron {
nodes {
id
cronExpr
nextRun
lastRun
lastError
status
lockedAt
lockedBy
createdAt
updatedAt
timeoutMs
maxAttempts
priority
attempts
}
}
}
cron {
id
cronExpr
nextRun
lastRun
lastError
status
lockedAt
lockedBy
createdAt
updatedAt
timeoutMs
maxAttempts
priority
attempts
}
}
paginationInfo {

View File

@@ -27,6 +27,8 @@ export class GraphQLService {
fetchPolicy: 'cache-and-network',
nextFetchPolicy: 'network-only',
errorPolicy: 'all',
refetchWritePolicy: 'overwrite',
initialFetchPolicy: 'cache-and-network',
},
query: {
fetchPolicy: 'network-only',