9 lines
89 B
GraphQL
9 lines
89 B
GraphQL
query getHomepage {
|
|
homepage {
|
|
date_updated
|
|
content
|
|
illustration {
|
|
id
|
|
}
|
|
}
|
|
}
|