Skip to main content

Get Invoice

Get a single Invoice by ID.

Query

query GetInvoice($id: ID!) {
invoice(id: $id) {
id
# Add other fields as needed
}
}

Parameters

  • id: ID of the resource to retrieve

Return Type

Returns a Invoice resource.