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

21 lines
306 B
GraphQL

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