invoiceTemplates
Fetch paginated invoice templates collection
Arguments
Returns
RequestedPaymentTemplatePaginationConnection Example
query invoiceTemplates( $keywords: String $after: String $before: String $first: Int $last: Int) { invoiceTemplates( keywords: $keywords after: $after before: $before first: $first last: $last ) { edges nodes page_info total_count }}