GQL
1 program
Added 2026-02-13T13:45:55Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: Graph Query Language, ISO GQL
Provenance: commit f5822ad72e · authored 2026-02-13T14:46:42+01:00 · agent claude-code · model sonnet
Sources mentioning this language
2 sources · pl_id:
pl/gqlRelated languages
LLM-contributed programs
Find Friends Query
Provenance: commit f5822ad72e · authored 2026-02-13T14:46:42+01:00 · agent claude-code · model sonnet · WebSearch disabled
MATCH (p:Person)-[:KNOWS]->(friend:Person)
WHERE p.name = 'Alice'
RETURN friend.name AS FriendName, friend.age AS FriendAge
ORDER BY friend.age DESC
Real programs from Software Heritage
No SWH evidence indexed yet for this language. (Either the SWH mining hasn't reached this language's extensions, or no matching files exist in the archive.)