INPUT_OBJECT
MosaicRecoverableRangeRequestInput
Description
Supported in m3.2.0-m4.2.0 Request object to get recoverable range on mosaic.
link GraphQL Schema definition
- input MosaicRecoverableRangeRequestInput {
- # Supported in m4.1.0-m4.2.0
- # Source type.
- MosaicRecoverableRangeRequestSourceType :
- # Required. Supported in m3.2.0-m4.2.0
- # Name of the database.
- String! :
- # Required. Supported in m3.2.0-m4.2.0
- # Name of the source.
- String! :
- # Required. Supported in m3.2.0-m4.2.0
- # m3.2.0-m4.0.1: Table name.
- # m4.1.0-m4.2.0: Name of the table.
- String! :
- }