Files
openide/plugins/github/resources/graphql/fragment/reactions.graphql
Pavel Gromov c101c308c5 [github] Toggle reaction on comments
* #IDEA-262641

GitOrigin-RevId: 39bde5de259d7dc0979d381a0ef1f72fdb7023f9
2024-02-06 16:09:04 +00:00

11 lines
140 B
GraphQL

fragment reactions on Reactable {
reactions(first: 25) {
pageInfo {
...pageInfo
}
nodes {
...reaction
}
}
}