INPUT_OBJECT

GetMosaicTableSchemaInput

Description

Input for querying NoSQL protection table schema.

link GraphQL Schema definition

  • input GetMosaicTableSchemaInput {
  • # Required. UUID used to identify the cluster the request goes to.
  • clusterUuid: String!
  • # Required. Schema request Object with details of schema which needs to be
  • # retrieved.
  • schemaRequestData: MosaicGetSchemaRequestInput!
  • }

link Require by