If the filter module is returning the output as a date only, but the created_at field in your GraphQL schema expects a timestamptz can you correct this query

query OrderDetails($startTime: timestamptz, $endTime: timestamptz) {

  count
  sum {
    amount
  }
}

}
}

Hi @Akshat_Kaushik Thanks for reaching out! You should be able to use moment().format(), a library that comes with Retool by default, to manipulate the date to the proper format :blush: