Query: loginHistoryList
security {
loginHistoryList(
offset: Int!
length: Int!
): [LoginHistoryType!]!
}
Arguments
loginHistoryList.offset ● Int! non-null scalar
Number of skipped records.
loginHistoryList.length ● Int! non-null scalar
Number of retrieved records.