SlackWebhookIntegration
No description
type SlackWebhookIntegration implements Integration {
id: UUID!
type: IntegrationType!
name: String!
description: String!
image: String!
createdAt: Time!
updatedAt: Time!
url: String
}
Fields
SlackWebhookIntegration.id ● UUID! non-null scalar
SlackWebhookIntegration.type ● IntegrationType! non-null enum
SlackWebhookIntegration.name ● String! non-null scalar
SlackWebhookIntegration.description ● String! non-null scalar
SlackWebhookIntegration.image ● String! non-null scalar
SlackWebhookIntegration.createdAt ● Time! non-null scalar
SlackWebhookIntegration.updatedAt ● Time! non-null scalar
SlackWebhookIntegration.url ● String scalar
Interfaces
Integration interface
Returned by
createSlackWebhookIntegration mutation ● updateSlackWebhookIntegration mutation