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!
non-null object
Information about the current, the previous and the next page
IdentificationConnection.edges
● [IdentificationEdge!]!
non-null object
IdentificationEdge list
Member Of
User
object