Files
talk/client/coral-framework/graphql/fragments/actionSummaryView.graphql
T

9 lines
112 B
GraphQL

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