INPUT_OBJECT

MosaicGetSchemaRequestInput

Description

Supported in m3.2.0-m4.2.0 Request object to get schema from mosaic.

link GraphQL Schema definition

  • input MosaicGetSchemaRequestInput {
  • # 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!
  • # Required. Supported in m3.2.0-m4.2.0
  • # Timestamp of the version.
  • versionTimestamp: String!
  • }