INPUT_OBJECT
InvoiceAnnotationCreateMutationInput
Autogenerated input type of InvoiceAnnotationCreateMutation
link GraphQL Schema definition
- input InvoiceAnnotationCreateMutationInput {
- # A unique identifier for the client performing the mutation.
- String :
- # ID of the invoice to be annotated.
- ID! :
- # ID of the invoice annotation type.
- ID! :
- # Attributes to assign to the invoice annotation.
- InvoiceAnnotationInput! :
- }