NotificationTarget: {
    __typename?: "NotificationTarget";
    name?: Maybe<Scalars["String"]["output"]>;
    type: TargetType;
}