Files
openide/plugins/github/resources/graphql/fragment/teamInfo.graphql
Ivan Semenov 0cd3332fe2 [github] Allow un/requesting PR reviews from organization teams
GitOrigin-RevId: 66350479267e6f85a9f78185f9c2b87633d93bc8
2019-12-06 13:38:42 +00:00

9 lines
117 B
GraphQL

fragment teamInfo on Team {
__typename
...nodeInfo
slug
url
avatarUrl
name
combinedSlug
}