Variable ALL_USERSConst

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