draftCreditNotes
Graphql fields and variables for the draftCreditNotes query
query draftCreditNotes ($filter: String, $sort: String, $after: String, $before: String, $first: Int, $last: Int) {
draftCreditNotes (filter: $filter, sort: $sort, after: $after, before: $before, first: $first, last: $last) {
edges {
cursor
node {
accountId
amount
amountApplied
amountUnapplied
createdAt
creditedInvoiceId
currencyId
description
disputeId
disputeReasonId
entityId
id
isCredit
isLegacy
issuedAt
number
subtotal
taxAmount
updatedAt
uuid
warrenId
}
}
totalCount
pageInfo {
startCursor
endCursor
hasNextPage
hasPreviousPage
}
}
}Arguments
Name
Type
Description
Response
Last updated
Was this helpful?
