mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 02:59:33 +07:00
9 lines
117 B
GraphQL
9 lines
117 B
GraphQL
fragment teamInfo on Team {
|
|
__typename
|
|
...nodeInfo
|
|
slug
|
|
url
|
|
avatarUrl
|
|
name
|
|
combinedSlug
|
|
} |