SlackWebhookIntegration
No description
type SlackWebhookIntegration implements Integration {
id: UUID!
type: IntegrationType!
name: String!
description: String!
image: String!
createdAt: Time!
updatedAt: Time!
url: String
}
No description
type SlackWebhookIntegration implements Integration {
id: UUID!
type: IntegrationType!
name: String!
description: String!
image: String!
createdAt: Time!
updatedAt: Time!
url: String
}
id
(UUID
)type
(IntegrationType
)name
(String
)description
(String
)image
(String
)createdAt
(Time
)updatedAt
(Time
)url
(String
)Integration