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