Latest Poppulo platform GraphQL API
Options for pagination
Fields
Used for pagination to specify the number of items returned. The `last` & `before` fields MUST be `NULL` when using this field.
Used for pagination to get the next page of data after the specified cursor. The `last` & `before` fields MUST be `NULL` when using this field.
Used for pagination to specify the number of items returned. The `first` & `after` fields MUST be `NULL` when using this field.
Used for pagination to get the previous page of data before the specified cursor. The `first` & `after` fields MUST be `NULL` when using this field.