DEV
Query.
collectInvoice
Query a
CollectInvoice
by its internal ID.
Arguments
id
•
ID!
Required
No description
Returns:
CollectInvoice
GraphQL
1
2
3
type
Query
{
collectInvoice
(
id
:
ID
!
)
:
CollectInvoice
}
Book a demo
Was this page helpful?
Yes
No
Get support
·
Legal docs
·
© 2026 Zonos
Query.
collectInvoice
Query a
CollectInvoiceby its internal ID.Arguments
id
ID!
Required
Returns:
CollectInvoice
type Query { collectInvoice(id: ID!): CollectInvoice }