feat: Implement getInvoices graphQL query
This commit is contained in:
@@ -59,7 +59,7 @@ const getBillingAndUsage = async (
|
||||
.andWhere(
|
||||
'created_at',
|
||||
'>=',
|
||||
DateTime.now().minus({ days: 30 }).toFormat('D')
|
||||
DateTime.now().minus({ days: 30 }).toISODate()
|
||||
)
|
||||
.count()
|
||||
.first();
|
||||
|
Reference in New Issue
Block a user