AboutSupportDeveloper GuideVersion 2.0.0

Result type for the setGroupValue mutation.

interface SetGroupValueResult {
    setGroupValue: {
        results?: OperationResult[];
    } & Error;
}

Properties

Properties

setGroupValue: {
    results?: OperationResult[];
} & Error

Type declaration

Generated using TypeDoc