mirror of
https://github.com/wassname/talk.git
synced 2026-07-12 18:15:45 +08:00
16 lines
183 B
GraphQL
16 lines
183 B
GraphQL
fragment commentView on Comment {
|
|
id
|
|
body
|
|
created_at
|
|
status
|
|
user {
|
|
id
|
|
name: username
|
|
status
|
|
}
|
|
asset {
|
|
id
|
|
title
|
|
}
|
|
}
|