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