Skip to main content
Version: 1.0.0

SlackIntegration

No description

type SlackIntegration implements Integration {
id: UUID!
type: IntegrationType!
name: String!
description: String!
image: String!
createdAt: Time!
updatedAt: Time!
}

Fields

SlackIntegration.id ● UUID! non-null scalar

SlackIntegration.type ● IntegrationType! non-null enum

SlackIntegration.name ● String! non-null scalar

SlackIntegration.description ● String! non-null scalar

SlackIntegration.image ● String! non-null scalar

SlackIntegration.createdAt ● Time! non-null scalar

SlackIntegration.updatedAt ● Time! non-null scalar

Interfaces

Integration interface