INPUT_OBJECT
VersionInput
Description
Supported in m3.2.0-m4.2.0 Mosaic management object version.
link GraphQL Schema definition
- input VersionInput {
- # Supported in m3.2.0-m4.2.0
- # Limit number of entries.
- Int :
- # Supported in m3.2.0-m4.2.0
- # Since the given timestamp.
- Int :
- # Supported in m3.2.0-m4.2.0
- # Upto the given timestamp.
- Int :
- # Supported in m4.1.0-m4.2.0
- # Source type.
- VersionSourceType :
- # 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
- # Name of the table.
- String! :
- }