Type alias setSelectedLabelsMutation$variables
setSelectedLabelsMutation$variables: {
selectedLabels: ReadonlyArray<SelectedLabel>;
session?: string | null;
subscription: string;
}
Type declaration
-
selectedLabels: ReadonlyArray<SelectedLabel>
-
Optional
session?: string | null
-
subscription: string