Remove superfluous query file
This commit is contained in:
parent
2b40f81764
commit
35cdd5ff5f
|
|
@ -1,32 +0,0 @@
|
|||
query BookQuery {
|
||||
books {
|
||||
edges {
|
||||
node {
|
||||
id
|
||||
title
|
||||
topics {
|
||||
edges {
|
||||
node {
|
||||
id
|
||||
title
|
||||
slug
|
||||
teaser
|
||||
description
|
||||
modules {
|
||||
edges {
|
||||
node {
|
||||
id
|
||||
title
|
||||
slug
|
||||
teaser
|
||||
heroImage
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue