Variable ALL_ORGANIZATIONSConst

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