Files
talk/client/coral-framework/graphql/fragments/actionSummaryView.graphql
T
2017-02-09 17:01:16 -08:00

9 lines
112 B
GraphQL

fragment actionSummaryView on ActionSummary {
__typename
count
current_user {
id
created_at
}
}