mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 03:21:12 +07:00
Minimal required version raised to 3.2 to access the necessary API #IJPL-76555 Fixed GitOrigin-RevId: a9ad6f0b11cd5144a3835ebb4c089fed76936f4f
7 lines
149 B
GraphQL
7 lines
149 B
GraphQL
query($repoOwner: String!, $repoName: String!) {
|
|
repository(owner: $repoOwner, name: $repoName) {
|
|
pullRequestTemplates {
|
|
body
|
|
}
|
|
}
|
|
} |