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
}
🇺🇸
en
Book a demo
Was this page helpful?
Yes
No
Query.
collectInvoice
Query a
CollectInvoiceby its internal ID.Arguments
id
ID!
Required
Returns:
CollectInvoice
type Query { collectInvoice(id: ID!): CollectInvoice }