We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d40f6c3 commit d642931Copy full SHA for d642931
services/web-server/src/graphql/Hooks.graphql
@@ -12,21 +12,6 @@ input HookMetadataInput {
12
emailOnError: Boolean
13
}
14
15
-type HookTask {
16
- provisionerId: String!
17
- workerType: String!
18
- schedulerId: ID
19
- taskGroupId: ID
20
- routes: [String]
21
- priority: TaskPriority
22
- retries: Int
23
- scopes: [String]
24
- payload: JSON!
25
- metadata: TaskMetadata!
26
- tags: JSON
27
- extra: JSON
28
-}
29
-
30
enum HookFireResult {
31
SUCCESS
32
ERROR
@@ -67,7 +52,7 @@ type Hook {
67
52
hookId: ID!
68
53
metadata: HookMetadata!
69
54
schedule: [String]!
70
- task: HookTask!
55
+ task: JSON!
71
56
expires: DateTime!
72
57
deadline: DateTime!
73
58
triggerSchema: JSON!
0 commit comments