Kostiantyn Liepieshov
10/15/2022, 10:34 AMRob Freedy
10/17/2022, 1:52 PMlimit
and offset
values to help paginate results. Something like the example below:
query {
flow_run (limit:4, offset:2) {
id
}
}
Kostiantyn Liepieshov
10/17/2022, 2:18 PM