Skip to main content

IdentificationConnection

Fields we can use when ordering that can be applied when listing identifications

type IdentificationConnection {
totalCount: Int!
pageInfo: PageInfo
edges: [IdentificationEdge!]!
}

Fields

IdentificationConnection.totalCount ● Int! non-null scalar

Total number of element in the list

IdentificationConnection.pageInfo ● PageInfo object

Information about the current, the previous and the next page

IdentificationConnection.edges ● [IdentificationEdge!]! non-null object

IdentificationEdge list

Member Of

User object