Files
talk/client/coral-admin/src/graphql/fragments/commentView.graphql
T
2017-02-13 15:33:10 -07:00

16 lines
183 B
GraphQL

fragment commentView on Comment {
id
body
created_at
status
user {
id
name: username
status
}
asset {
id
title
}
}