OBJECT
CertifyingBoardCredentialConnection
A connection to a list of items.
link GraphQL Schema definition
- type CertifyingBoardCredentialConnection {
- # A list of edges.
- : [CertifyingBoardCredentialEdge]
- # Information to aid in pagination.
- : PageInfo!
- # Identifies the total count of items in the connection.
- : Int!
- }