INPUT_OBJECT

MosaicDatabaseObjectInput

Description

Supported in m3.2.0-m4.2.0 Database object for mosaic.

link GraphQL Schema definition

  • input MosaicDatabaseObjectInput {
  • # Supported in m3.2.0-m4.2.0
  • # Name of the database.
  • dbName: String
  • # Supported in m3.2.0-m4.2.0
  • # List of tables.
  • tables: [String!]
  • }