OBJECT
CertificationConnection
The connection type for Certification.
link GraphQL Schema definition
- type CertificationConnection {
- : [String!]!
- # A list of edges.
- : [CertificationEdge]
- # A list of nodes.
- : [Certification]
- # Information to aid in pagination.
- : PageInfo!
- : Int!
- }