Queries
knowledgeGap
Fetch a single knowledge gap by its ID. Returns null if no gap with that ID exists in the workspace. Requires the knowledgeGap:read permission.
QUERY
knowledgeGap(knowledgeGapId: ID!): KnowledgeGapArguments
knowledgeGapId
ID!
required
Returns
id
ID!
title
String!
AI-generated title summarising the question or topic customers are not finding answers to.
description
String!
AI-generated description providing more detail about the knowledge gap.
lastSeenAt
Timestamp of the most recently linked signal. Monotonically increasing — it only advances forward as new signals are attached to this gap.
createdAt
createdBy
updatedAt
updatedBy
signals
Paginated list of signals linked to this knowledge gap.
Arguments
first
Int
after
String
last
Int
before
String
Query
Variables
Response
Query
Variables
Response

