OBJECT
CertificateEdge
An edge in a connection.
link GraphQL Schema definition
- type CertificateEdge {
- # The item at the end of the edge.
- : Certificate
- # A cursor for use in pagination.
- : Cursor!
- }
OBJECT
An edge in a connection.
- type CertificateEdge {
- # The item at the end of the edge.
- : Certificate
- # A cursor for use in pagination.
- : Cursor!
- }