Skip to content
This repository was archived by the owner on Jan 18, 2019. It is now read-only.

[Bug 1225243] Support triggering tasks in response to pulse messages#77

Open
ydidwania wants to merge 1 commit intotaskcluster:masterfrom
ydidwania:1225243
Open

[Bug 1225243] Support triggering tasks in response to pulse messages#77
ydidwania wants to merge 1 commit intotaskcluster:masterfrom
ydidwania:1225243

Conversation

@ydidwania
Copy link
Copy Markdown

No description provided.

@ydidwania ydidwania requested a review from helfi92 as a code owner January 15, 2019 21:55
Comment thread src/graphql/Hooks.graphql
hookId: ID!
metadata: HookMetadata!
schedule: [String]!
bindings: JSON!
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a particular format to a binding? Also, isn't bindings an array of binding? I was thinking something more along the lines of:

type HookBinding {
  # Define shape here
}

type Hook {
  # ...
  bindings: [HookBinding]!
  # ...
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants