INPUT_OBJECT
UpdateDisconnectionLogMutationInput
The input object that defines the fields for the updateDisconnectionLog mutation.
link GraphQL Schema definition
- input UpdateDisconnectionLogMutationInput {
- #   Disconnection Reason ID
- : Int
- #   A note about this entity.
- : NoteMutationInput
- #   Setting this value to `true` will set `disconnection_reason_id` to null.
- : Boolean
- }