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