export function isBefore(args: {
  before?: string | null;
  last?: number | null;
  first?: number | null;
  after?: string | null;