From 0fa8ae55c52852c34c9143a6ec43c954c6404df1 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Wed, 15 Dec 2021 12:16:34 +0100 Subject: chore: retrieve posts list on blog page --- src/ts/types/pagination.ts | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/ts/types/pagination.ts (limited to 'src/ts/types/pagination.ts') diff --git a/src/ts/types/pagination.ts b/src/ts/types/pagination.ts new file mode 100644 index 0000000..45830d9 --- /dev/null +++ b/src/ts/types/pagination.ts @@ -0,0 +1,4 @@ +export type PageInfo = { + endCursor: string; + hasNextPage: boolean; +}; -- cgit v1.2.3