Remove topic and module filter in book query
This commit is contained in:
parent
6cb6498cd8
commit
53d4c3e452
|
|
@ -4,7 +4,7 @@ query BookQuery {
|
|||
node {
|
||||
id
|
||||
title
|
||||
topics(first:3) {
|
||||
topics {
|
||||
edges {
|
||||
node {
|
||||
id
|
||||
|
|
@ -12,7 +12,7 @@ query BookQuery {
|
|||
slug
|
||||
teaser
|
||||
description
|
||||
modules(first:3) {
|
||||
modules {
|
||||
edges {
|
||||
node {
|
||||
id
|
||||
|
|
|
|||
Loading…
Reference in New Issue