fix: fix typos
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user