DEV

Query.

collectInvoice

Query a CollectInvoice by its internal ID.

Arguments

id

ID!

Required

No description
GraphQL
1
2
3
type Query {
  collectInvoice(id: ID!): CollectInvoice
}

Was this page helpful?