mirror of
https://github.com/wassname/talk.git
synced 2026-07-15 11:26:58 +08:00
7 lines
49 B
GraphQL
7 lines
49 B
GraphQL
query Assets {
|
|
assets {
|
|
id
|
|
title
|
|
}
|
|
}
|