Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
chore(schema): Add implementation status for codeGraphData (#63219)
Browse files Browse the repository at this point in the history
  • Loading branch information
varungandhi-src authored Jun 12, 2024
1 parent cd10824 commit 5ac4721
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmd/frontend/graphqlbackend/codeintel.codenav.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -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!]
}

Expand Down

0 comments on commit 5ac4721

Please sign in to comment.