Skip to content

ActivityPlug API / @activityplug/server / PageInfoPayload

Interface: PageInfoPayload

Defined in: packages/server/src/graphql/schema.ts:326

Properties

endCursor?

readonly optional endCursor?: string

Defined in: packages/server/src/graphql/schema.ts:330


hasNextPage

readonly hasNextPage: boolean

Defined in: packages/server/src/graphql/schema.ts:327


hasPreviousPage

readonly hasPreviousPage: boolean

Defined in: packages/server/src/graphql/schema.ts:328


startCursor?

readonly optional startCursor?: string

Defined in: packages/server/src/graphql/schema.ts:329