OBJECT
SalesInvoicesQuery
link GraphQL Schema definition
- type SalesInvoicesQuery {
- # Requires access to resource GRAPHQL_SALES_QUOTE_REQUEST_SEE
- #
- # Arguments
- # startTime: If not specified, current time will be used.
- # endTime: If not specified, one month from startTime will be
- # used.
- # contacts: [Not documented]
- (
- : DateTime,
- : DateTime,
- : [ContactNid!]
- ): SalesInvoices!
- # Arguments
- # limit: [Not documented]
- (: Int): [Tag!]!
- # Arguments
- # invoiceType: [Not documented]
- # invoiceNid: [Not documented]
- (
- : SalesInvoiceType!,
- : Int!
- ): [Tag!]!
- # Arguments
- # invoiceNo:
- # documentTemplateId:
- # quoteInvoiceNid:
- (
- : String!,
- : String!,
- : Int
- ): Boolean!
- }