PortfolioEvent
| Field | Argument | Type | Description |
|---|---|---|---|
| portfolioEventId | Int! | ||
| name | String! | Short display name of the event. | |
| description | String | Optional longer description. | |
| start | Date! | Event start date. | |
| end | Date! | Event end date. | |
| assetUrl | String | Optional URL to a related asset (e.g. a creative or campaign brief). | |
| category | String! | Event category (e.g. CAMPAIGN, MARKET). | |
| impact | String! | Expected impact level (e.g. LOW, MEDIUM, HIGH). | |
| created | Date! | Timestamp when the event was created. | |
| includesAllContents | Boolean! | Whether the event applies to all portfolio contents or only selected ones. | |
