OBJECT

GetSchemaResponse

Description

Supported in m3.2.0-m4.2.0 Schema Response Object carrying details of schema for the table and request status details.

link GraphQL Schema definition

  • type GetSchemaResponse {
  • # Supported in m3.2.0-m4.2.0
  • # Response Message string.
  • message: String
  • # Supported in m3.2.0-m4.2.0
  • # Return Code.
  • returnCode: Long
  • # Supported in m3.2.0-m4.2.0
  • # Status of the request.
  • status: Boolean
  • # Supported in m3.2.0-m4.2.0
  • # Object with schema details.
  • data: CassandraSchemaObject
  • }

link Require by