Update fixtures
This commit is contained in:
parent
d71324ced2
commit
6a636aed5d
1 changed files with 8 additions and 1 deletions
|
@ -93,7 +93,14 @@ export const category: (
|
||||||
},
|
},
|
||||||
children: {
|
children: {
|
||||||
__typename: "CategoryCountableConnection",
|
__typename: "CategoryCountableConnection",
|
||||||
edges: []
|
edges: [],
|
||||||
|
pageInfo: {
|
||||||
|
__typename: "PageInfo",
|
||||||
|
endCursor: "YXJyYXljb25uZWN0aW9uOjk=",
|
||||||
|
hasNextPage: false,
|
||||||
|
hasPreviousPage: false,
|
||||||
|
startCursor: "YXJyYXljb25uZWN0aW9uOjA="
|
||||||
|
}
|
||||||
},
|
},
|
||||||
descriptionJson: JSON.stringify(content),
|
descriptionJson: JSON.stringify(content),
|
||||||
id: "Q2F0ZWdvcnk6NA==",
|
id: "Q2F0ZWdvcnk6NA==",
|
||||||
|
|
Loading…
Reference in a new issue