Update fixtures

This commit is contained in:
dominik-zeglen 2019-11-12 14:23:09 +01:00
parent d71324ced2
commit 6a636aed5d

View file

@ -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==",