@stigg/react-sdk - v10.12.0
Preparing search index...
CursorPaging
Type Alias CursorPaging
type
CursorPaging
=
{
after
?:
InputMaybe
<
Scalars
[
"ConnectionCursor"
]
>
;
before
?:
InputMaybe
<
Scalars
[
"ConnectionCursor"
]
>
;
first
?:
InputMaybe
<
Scalars
[
"Int"
]
>
;
last
?:
InputMaybe
<
Scalars
[
"Int"
]
>
;
}
Index
Properties
after?
before?
first?
last?
Properties
Optional
after
after
?:
InputMaybe
<
Scalars
[
"ConnectionCursor"
]
>
Paginate after opaque cursor
Optional
before
before
?:
InputMaybe
<
Scalars
[
"ConnectionCursor"
]
>
Paginate before opaque cursor
Optional
first
first
?:
InputMaybe
<
Scalars
[
"Int"
]
>
Paginate first
Optional
last
last
?:
InputMaybe
<
Scalars
[
"Int"
]
>
Paginate last
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
after
before
first
last
@stigg/react-sdk - v10.12.0
Loading...
Paginate after opaque cursor