Queries
userAuthDiscordChannelIntegration
Returns the current user’s personal Discord authentication for a specific guild, or null if the user has not connected their Discord account to that guild.
QUERY
userAuthDiscordChannelIntegration(discordGuildId: String!): UserAuthDiscordChannelIntegrationArguments
discordGuildId
String!
required
id
ID!
discordGuildId
String!
The Discord guild (server) this personal auth integration is scoped to.
discordUserId
String!
The user's Discord user ID.
discordUsername
String!
The user's Discord username (the unique handle, e.g. username#0000 or the new username format).
discordGlobalName
String
The user's Discord display name if they have set one (separate from their username).
discordUserEmail
String!
The email address associated with the user's Discord account.
createdAt
createdBy
updatedAt
updatedBy
Query
Variables
Response
Query
Variables
Response

