InvoiceCreate
Create a new Invoice resource.
Mutation
mutation InvoiceCreate($input: InvoiceCreateInput!) {
InvoiceCreate(input: $input) {
id
}
}
Input
input: See InvoiceCreateInput for input fields.
Return Type
Returns the created Invoice resource.