Skip to main content

PaginationCursor

Pagination cursors returned with every paginated response.

Contains opaque cursor strings for navigating forward and backward through results. A null value for next indicates you have reached the last page; a null value for previous indicates you are on the first page.

type PaginationCursor {
next: String
previous: String
}

Fields

PaginationCursor.next ● String scalar {#next}

Cursor for the next page. null if there are no more results.

PaginationCursor.previous ● String scalar {#previous}

Cursor for the previous page. null if this is the first page.

Member Of

AccessTokensPage object ● AccountsPage object ● AlarmsPage object ● AuditLogsPage object ● BundlesPage object ● ComponentsPage object ● ConnectionsPage object ● CustomAttributesPage object ● DeploymentsPage object ● EnvironmentDefaultsPage object ● EnvironmentsPage object ● GrantsPage object ● GroupInvitationsPage object ● GroupsPage object ● IdentitiesViewerPage object ● InstancesPage object ● IntegrationsPage object ● IntegrationTypesPage object ● InvitesViewerPage object ● LinksPage object ● OciFilesPage object ● OciRepoReleaseChannelsPage object ● OciReposPage object ● OciRepoTagsPage object ● OrganizationsPage object ● ParamDimensionsPage object ● PoliciesPage object ● ProjectsPage object ● RemoteReferencesPage object ● ResourcesPage object ● ResourceTypesPage object ● ServiceAccountsPage object