mirror of
https://github.com/wassname/talk.git
synced 2026-07-03 12:54:43 +08:00
9 lines
112 B
GraphQL
9 lines
112 B
GraphQL
fragment actionSummaryView on ActionSummary {
|
|
__typename
|
|
count
|
|
current_user {
|
|
id
|
|
created_at
|
|
}
|
|
}
|