Lmao whoops I shipped the test data 🤣
This commit is contained in:
parent
29ca2306af
commit
9e1d8024c1
1 changed files with 1 additions and 13 deletions
|
@ -375,19 +375,7 @@ function NewItemsSectionContent() {
|
||||||
const { loading, error, data } = useQuery(
|
const { loading, error, data } = useQuery(
|
||||||
gql`
|
gql`
|
||||||
query NewItemsSection {
|
query NewItemsSection {
|
||||||
newestItems: items(
|
newestItems {
|
||||||
ids: [
|
|
||||||
"81546"
|
|
||||||
"35082"
|
|
||||||
"75149"
|
|
||||||
"81797"
|
|
||||||
"58741"
|
|
||||||
"78953"
|
|
||||||
"82427"
|
|
||||||
"82727"
|
|
||||||
"82726"
|
|
||||||
]
|
|
||||||
) {
|
|
||||||
id
|
id
|
||||||
name
|
name
|
||||||
thumbnailUrl
|
thumbnailUrl
|
||||||
|
|
Loading…
Reference in a new issue