SlackIntegration
No description
type SlackIntegration implements Integration {
id: UUID!
type: IntegrationType!
name: String!
description: String!
image: String!
createdAt: Time!
updatedAt: Time!
}
No description
type SlackIntegration implements Integration {
id: UUID!
type: IntegrationType!
name: String!
description: String!
image: String!
createdAt: Time!
updatedAt: Time!
}
SlackIntegration.id
● UUID!
non-null scalarSlackIntegration.type
● IntegrationType!
non-null enumSlackIntegration.name
● String!
non-null scalarSlackIntegration.description
● String!
non-null scalarSlackIntegration.image
● String!
non-null scalarSlackIntegration.createdAt
● Time!
non-null scalarSlackIntegration.updatedAt
● Time!
non-null scalarIntegration
interface