diff --git a/cmd/frontend/graphqlbackend/codeintel.codenav.graphql b/cmd/frontend/graphqlbackend/codeintel.codenav.graphql index eb3e8a070407..bd560c4887c2 100644 --- a/cmd/frontend/graphqlbackend/codeintel.codenav.graphql +++ b/cmd/frontend/graphqlbackend/codeintel.codenav.graphql @@ -63,6 +63,9 @@ extend type GitBlob { EXPERIMENTAL: This API may change in the future. """ + # Implementation status(June 12 2024): At the moment, this API + # only returns results when the underlying code has a precise + # SCIP index (GA) or syntactic SCIP index (enabled in dev only). codeGraphData(filter: CodeGraphDataFilter): [CodeGraphData!] }