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