Variable ALL_BUSINESS_UNITSConst

ALL_BUSINESS_UNITS: {
    query: string;
    variables: {
        after: any;
        first: number;
    };
} = ...