Files
talk/client/coral-framework/graphql/fragments/commentView.graphql
T
2017-01-27 17:29:23 -05:00

22 lines
317 B
GraphQL

fragment commentView on Comment {
id
body
created_at
status
user {
id
name: displayName
settings {
bio
}
}
actions {
type: action_type
count
current: current_user {
id
created_at
}
}
}