Queries
chatApp
Fetch a single chat app by its ID. Returns null if no chat app with that ID exists in the workspace.
Requires the chatApp:read permission.
QUERY
chatApp(chatAppId: ID!): ChatAppArguments
chatAppId
ID!
required
Returns
id
ID!
name
String!
logo
An optional image used to represent this chat app in the Plain UI.
createdAt
createdBy
updatedAt
updatedBy
Query
Variables
Response
Query
Variables
Response

