AccessCodeScansConnection
A connection type to paginate in a list of access code scans.
type AccessCodeScansConnection {
pageInfo: PageInfo!
totalCount: Int!
nodes: [AccessCodeScan!]!
}
Fields
AccessCodeScansConnection.pageInfo
● PageInfo!
non-null object
AccessCodeScansConnection.totalCount
● Int!
non-null scalar
AccessCodeScansConnection.nodes
● [AccessCodeScan!]!
non-null object
Member Of
Event
object