OBJECT
CardBundleAttachment
A cardBundle attachment
link GraphQL Schema definition
- type CardBundleAttachment {
- # List of cards
- : [CardAttachment!]!
- # Infered type for the actions of every cards
- : CardBundleAttachmentActionType!
- # Optional title for the bundle
- : String
- }