cloudKeystores
Retrieves Cloud Keystores.
The pagination can be either forward or backward. To enable forward pagination, two arguments
are used: after and first. To enable backward pagination, two arguments are used: before and last.
If arguments for both forward and backward pagination are supplied, forward pagination wil be used. If no arguments
are supplied, it returns the first page of 10 cloud keystores (i.e. defaults first to 10). The result is sorted by
the added on date in ascending order.
- after: returns the elements in the list that come after the specified cursor. Defaults to empty string, meaning
that we return the first page of cloud providers, if
firstvalue is supplied - first: non-negative integer, denoting the first
nnumber of records to return after theaftercursor value. Max value is 100 - before: returns the elements in the list that come before the specified cursor. By default is the empty string,
meaning that the results will be the last page, if
lastvalue is supplied - last: non-negative integer, denoting the last
nnumber of records to return before thebeforecursor value. Max value is 100
cloudKeystores(
after: String
before: String
first: Int
last: Int
filter: CloudKeystoreFilterInput
orderBy: CloudKeystoreOrderInput
): CloudKeystoreConnection
Arguments
cloudKeystores.after ● String scalar
cloudKeystores.before ● String scalar
cloudKeystores.first ● Int scalar
cloudKeystores.last ● Int scalar
cloudKeystores.filter ● CloudKeystoreFilterInput input
cloudKeystores.orderBy ● CloudKeystoreOrderInput input
Type
CloudKeystoreConnection object
A page of CloudKeystore results