Files
openide/plugins/github/github-core/.graphqlconfig
Leonid Shalupov 753af27577 IJI-2422: community/plugins/github: separate source and resource roots
GitOrigin-RevId: f29c31fe3266d7306d2b4367bb8b444b0034b7b1
2025-02-21 00:53:40 +00:00

17 lines
547 B
Plaintext

{
"name": "GitHub",
"schemaPath": "gen-resources/schema.graphql",
"extensions": {
"endpoints": {
"github.com": {
"url": "https://api.github.com/graphql",
"headers": {
"user-agent": "IntellijIdea",
"Authorization": "bearer [TOKEN]",
"Accept": "application/vnd.github.luke-cage-preview+json,application/vnd.github.antiope-preview+json,application/vnd.github.merge-info-preview+json,application/vnd.github.shadow-cat-preview+json"
},
"introspect": true
}
}
}
}