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.
  • maxEntries: Int
  • # Supported in m3.2.0-m4.2.0
  • # Since the given timestamp.
  • since: Int
  • # Supported in m3.2.0-m4.2.0
  • # Upto the given timestamp.
  • upto: Int
  • # Supported in m4.1.0-m4.2.0
  • # Source type.
  • sourceType: VersionSourceType
  • # Required. Supported in m3.2.0-m4.2.0
  • # Name of the database.
  • databaseName: String!
  • # Required. Supported in m3.2.0-m4.2.0
  • # Name of the source.
  • sourceName: String!
  • # Required. Supported in m3.2.0-m4.2.0
  • # Name of the table.
  • tableName: String!
  • }