Skip to main content

InvoiceCreate

Create a new Invoice resource.

Mutation

mutation InvoiceCreate($input: InvoiceCreateInput!) {
InvoiceCreate(input: $input) {
id
}
}

Input

Return Type

Returns the created Invoice resource.