Files
openide/plugins/gitlab/.graphqlconfig
Ivan Semenov 762fb7287b [gitlab] import graphql schema
GitOrigin-RevId: 4c40f707b15c25e5b435f8870715737554fcab8d
2022-08-09 11:15:09 +00:00

17 lines
380 B
Plaintext

{
"name": "GitLab",
"schemaPath": "gen/schema.graphql",
"extensions": {
"endpoints": {
"gitlab.com": {
"url": "https://gitlab.com/api/graphql",
"headers": {
"user-agent": "JetBrains IDE",
"Authorization": "bearer YOUR_TOKEN_HERE",
"Accept": "application/json"
},
"introspect": false
}
}
}
}