INPUT_OBJECT
CreateDisconnectionReasonMutationInput
The input object that defines the fields for the createDisconnectionReason mutation.
link GraphQL Schema definition
- input CreateDisconnectionReasonMutationInput {
- # A descriptive name.
- : String!
- # Whether or not this is enabled.
- : Boolean!
- # A note about this entity.
- : NoteMutationInput
- }