INPUT_OBJECT
UpdateDelinquencyExclusionMutationInput
The input object that defines the fields for the updateDelinquencyExclusion mutation.
link GraphQL Schema definition
- input UpdateDelinquencyExclusionMutationInput {
- # A descriptive name.
- String :
- # The day that this exclusion covers.
- Int :
- # The month that this exclusion covers.
- Int :
- # The year that this exclusion covers.
- Int :
- # A note about this entity.
- NoteMutationInput :
- # Setting this value to `true` will set `year` to null.
- Boolean :
- }