Queries
workspaceDiscordChannelIntegration
Fetches a single workspace Discord channel integration by its ID. Returns null if no integration with that ID exists.
QUERY
workspaceDiscordChannelIntegration(integrationId: ID!): WorkspaceDiscordChannelIntegrationArguments
integrationId
ID!
required
id
ID!
discordGuildId
String!
The unique identifier of the Discord server (guild) connected to this workspace.
discordGuildName
String!
The name of the Discord server (guild) at the time of connection.
createdAt
createdBy
updatedAt
updatedBy
Query
Variables
Response
Query
Variables
Response

