Queries
chatAppSecret
Check whether a signing secret exists for a chat app. Returns metadata about the secret (creation time,
actor) but never the secret value itself — the raw secret is only returned once, at creation time via
createChatAppSecret. Returns null if no secret has been created for the given chat app.
Requires the chatAppSecret:read permission.
QUERY
chatAppSecret(chatAppId: ID!): ChatAppHiddenSecretArguments
chatAppId
ID!
required
Returns
chatAppId
ID!
createdAt
createdBy
updatedAt
updatedBy
Query
Variables
Response
Query
Variables
Response

