INPUT_OBJECT
CreateSystemBackupMutationInput
The input object that defines the fields for the createSystemBackup mutation.
link GraphQL Schema definition
- input CreateSystemBackupMutationInput {
- # A descriptive name.
- String! :
- # A note about this entity.
- NoteMutationInput :
- # A single file to associate with this object. Any existing file will be
- # overwritten.
- AssociateFileMutationInput :
- }