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