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

AlarmsPage object ● AuditLogsPage object ● BundlesPage object ● ComponentsPage object ● ConnectionsPage object ● DeploymentsPage object ● EnvironmentDefaultsPage object ● EnvironmentsPage object ● GroupsPage object ● IdentitiesViewerPage object ● InstanceDependenciesPage object ● InstanceResourcesPage object ● InstancesPage object ● IntegrationsPage object ● IntegrationTypesPage object ● InvitesViewerPage object ● LinksPage object ● OciRepoReleaseChannelsPage object ● OciReposPage object ● OciRepoTagsPage object ● OrganizationTagConstraintsPage object ● ParamDimensionsPage object ● ProjectsPage object ● ResourcesPage object ● ResourceTypesPage object ● ViewerOrganizationsPage object