kjetilge
10/30/2017, 3:56 PMquery carInvoices2($invoiceFilter: InvoiceFilter) {
allInvoices(filter: $invoiceFilter) {
id
paid
trip {
id
car {
id
model
}
}
}
}
with args:
"invoiceFilter": {
"trip": {
"car": {
"id":"cj9d1mdmu5i24016862c59t6i"
}
}
}
In the app I get the invoices of all the cars instead of just the one ? Whats going on ?agartha
10/30/2017, 4:11 PMkjetilge
10/30/2017, 4:26 PMkjetilge
10/30/2017, 6:02 PMagartha
10/30/2017, 6:03 PM