apiDefinitions
Last updated
API definition details including source files and AI-generated documentation.
type APIDefinitions {
source: String
fileName: String
link: String
llmTitle: String
llmDescription: String
functions: [ApiSecurityItemFunction]
}source String
Source of the API definition
fileName String
Name of the file containing the API definition
link String
URL link to the API definition file
llmTitle String
AI-generated title for the API
llmDescription String
AI-generated description of the API functionality
functions [ApiSecurityItemFunction]
List of functions that implement this API
function String
line Int
snippet String
filepath String
link String
Last updated
