Skip to content

Commit e6f2bcc

Browse files
committed
add description to offset arg
1 parent cac258b commit e6f2bcc

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

src/graphql.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1054,7 +1054,7 @@ impl ConnectionType {
10541054
name_: "offset".to_string(),
10551055
type_: __Type::Scalar(Scalar::Int),
10561056
description: Some(
1057-
"Query values in the collection after the provided cursor".to_string(),
1057+
"Skip n values from the after cursor. Alternative to cursor pagination. Backward pagination not supported.".to_string(),
10581058
),
10591059
default_value: None,
10601060
sql_type: None,

0 commit comments

Comments
 (0)