OBJECT
InboxFileAttachmentConnection
link GraphQL Schema definition
1 type InboxFileAttachmentConnection { 2 3 : [InboxFileAttachmentEdge!]! 4 5 : [InboxFileAttachment!]! 6 7 : PageInfo! 8 9 }
OBJECT
1 type InboxFileAttachmentConnection { 2 3 : [InboxFileAttachmentEdge!]! 4 5 : [InboxFileAttachment!]! 6 7 : PageInfo! 8 9 }