keyStorageLocations
Get a list of all available storage locations available
keyStorageLocations(
after: String
before: String
first: Int
last: Int
driverID: ID
capabilities: KeyStorageCapabilitiesInput
): KeyStorageLocationsConnection
Arguments
keyStorageLocations.after ● String scalar
returns the locations in the list that come after the specified cursor
keyStorageLocations.before ● String scalar
returns the locations in the list that come before the specified cursor
keyStorageLocations.first ● Int scalar
returns the first _n_ locations from the list
keyStorageLocations.last ● Int scalar
returns the last _n_ locations from the list
keyStorageLocations.driverID ● ID scalar
Only return locations which are hosted by the specified driver. This field is optional. If omitted then all locations for all drivers will be returned.
keyStorageLocations.capabilities ● KeyStorageCapabilitiesInput input
Only return locations which provide the specified capabilities. If omitted all locations hosted by the specified driver will be returned.