Skip to main content

cloudProviders

Returns a paginated list of cloud providers, sorted by creation date in ascending order. Defaults to the first 10 providers if no pagination arguments are provided.

cloudProviders(
after: String
before: String
first: Int
last: Int
filter: CloudProviderFilterInput
orderBy: CloudProviderOrderInput
): CloudProviderConnection

Arguments

cloudProviders.after ● String scalar

Returns elements after this cursor for forward pagination.

cloudProviders.before ● String scalar

Returns elements before this cursor for backward pagination.

cloudProviders.first ● Int scalar

Maximum number of results to return (1–100). Defaults to 10.

cloudProviders.last ● Int scalar

Number of results from the end (1–100). Used with before for backward pagination.

cloudProviders.filter ● CloudProviderFilterInput input

Filter criteria to narrow results by cloud provider attributes.

cloudProviders.orderBy ● CloudProviderOrderInput input

Ordering rules for the results (field and direction).

Type

CloudProviderConnection object

A page of CloudProvider results