GitEventInput
No description
input GitEventInput { repositoryID: Int! event: WebhookEvent! updates: [UpdatedRefInput]!}Fields
Section titled “Fields”GitEventInput.repositoryID ● Int!non-nullscalar {#repository-id}
Section titled “GitEventInput.repositoryID ● Int! {#repository-id}”GitEventInput.event ● WebhookEvent!non-nullenum {#event}
Section titled “GitEventInput.event ● WebhookEvent! {#event}”GitEventInput.updates ● [UpdatedRefInput]!non-nullinput {#updates}
Section titled “GitEventInput.updates ● [UpdatedRefInput]! {#updates}”Member Of
Section titled “Member Of”deliverGitHook mutation