keyStorageDrivers
Get a list of all know Key Storage Drivers which provide the requested capabilities
keyStorageDrivers(
after: String
before: String
first: Int
last: Int
capabilities: KeyStorageCapabilitiesInput
): KeyStorageDriversConnection
Arguments
keyStorageDrivers.after ● String scalar
returns the drivers in the list that come after the specified cursor
keyStorageDrivers.before ● String scalar
returns the drivers in the list that come before the specified cursor
keyStorageDrivers.first ● Int scalar
returns the first _n_ drivers from the list
keyStorageDrivers.last ● Int scalar
returns the last _n_ drivers from the list
keyStorageDrivers.capabilities ● KeyStorageCapabilitiesInput input
Only return drivers which provide the specified capabilities. If omitted all drivers will be returned.