cloudKeystores
Returns a paginated list of cloud keystores, sorted by creation date in ascending order. Defaults to the first 10 keystores if no pagination arguments are provided.
cloudKeystores(
after: String
before: String
first: Int
last: Int
filter: CloudKeystoreFilterInput
orderBy: CloudKeystoreOrderInput
): CloudKeystoreConnection
Arguments
cloudKeystores.after ● String scalar
Returns elements after this cursor for forward pagination.
cloudKeystores.before ● String scalar
Returns elements before this cursor for backward pagination.
cloudKeystores.first ● Int scalar
Maximum number of results to return (1–100). Defaults to 10.
cloudKeystores.last ● Int scalar
Number of results from the end (1–100). Used with before for backward pagination.
cloudKeystores.filter ● CloudKeystoreFilterInput input
Filter criteria to narrow results by cloud keystore attributes.
cloudKeystores.orderBy ● CloudKeystoreOrderInput input
Ordering rules for the results (field and direction).
Type
CloudKeystoreConnection object
A page of CloudKeystore results