We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b67611d commit ff2b62fCopy full SHA for ff2b62f
src/type/PageInfo.ts
@@ -10,10 +10,10 @@ export class PageInfo implements Relay.PageInfo {
10
public hasPreviousPage!: boolean;
11
12
@GQL.Field(_type => String, { nullable: true })
13
- public startCursor?: string | null;
+ public startCursor: string | null;
14
15
16
- public endCursor?: string | null;
+ public endCursor: string | null;
17
18
@GQL.Field(_type => GQL.Int, { nullable: true })
19
public totalEdges?: number | null;
0 commit comments