Cursor
No description
input Cursor {
limit: Int
next: String
previous: String
}
Fields
Cursor.limit ● Int scalar {#limit}
Maximum number of items per page. Default: 25. Minimum: 1. Maximum: 100.
Cursor.next ● String scalar {#next}
Cursor after which to return items
Cursor.previous ● String scalar {#previous}
Cursor before which to return items
Member Of
deployments query ● environments query ● instances query ● paramDimensions query ● projects query