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