keyPairs
Get a list of all key pairs that exist on the specified location
keyPairs(
after: String
before: String
first: Int
last: Int
driverID: ID!
locationID: ID!
): KeyPairsConnection
Arguments
keyPairs.after ● String scalar
returns the key pairs in the list that come after the specified cursor
keyPairs.before ● String scalar
returns the key pairs in the list that come before the specified cursor
keyPairs.first ● Int scalar
returns the first _n_ key pairs from the list
keyPairs.last ● Int scalar
returns the last _n_ key pairs from the list
keyPairs.driverID ● ID! non-null scalar
Only return key pairs which are hosted by the specified driver
keyPairs.locationID ● ID! non-null scalar
Only return key pairs which exist in the specified location