We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 472609c commit f1e80f4Copy full SHA for f1e80f4
src/Annotation/ApiResource.php
@@ -54,6 +54,7 @@
54
* @Attribute("paginationFetchJoinCollection", type="bool"),
55
* @Attribute("paginationItemsPerPage", type="int"),
56
* @Attribute("paginationPartial", type="bool"),
57
+ * @Attribute("paginationViaCursor", type="array"),
58
* @Attribute("routePrefix", type="string"),
59
* @Attribute("shortName", type="string"),
60
* @Attribute("subresourceOperations", type="array"),
@@ -304,6 +305,13 @@ final class ApiResource
304
305
*/
306
private $openapiContext;
307
308
+ /**
309
+ * @see https://github.com/Haehnchen/idea-php-annotation-plugin/issues/112
310
+ *
311
+ * @var array
312
+ */
313
+ private $paginationViaCursor;
314
+
315
/**
316
* @throws InvalidArgumentException
317
0 commit comments