Query: invoiceList
Get invoices where contact set as requester
contact {
invoiceList(
contactNid: ContactNid!
offset: Int! = 0
limit: Int! = 1000
): [ContactInvoice!]!
}
Get invoices where contact set as requester
contact {
invoiceList(
contactNid: ContactNid!
offset: Int! = 0
limit: Int! = 1000
): [ContactInvoice!]!
}
invoiceList.contactNid ● ContactNid! non-null scalarinvoiceList.offset ● Int! non-null scalarinvoiceList.limit ● Int! non-null scalarContactInvoice object