mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 11:53:49 +07:00
6 lines
155 B
GraphQL
6 lines
155 B
GraphQL
fragment commitStatusContext on StatusContext {
|
|
context
|
|
state
|
|
isRequired(pullRequestNumber: $number) # See: findPullRequestMergeability
|
|
targetUrl
|
|
} |