ENUM

Scope

Whether the image should be set on a benefit or campaign.

link GraphQL Schema definition

1enum Scope {
2
3# Image is for a benefit.
4BENEFIT
5
6# Image is for a campaign.
7CAMPAIGN
8}