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.
- String :
- # Supported in m3.2.0-m4.2.0
- # Return Code.
- Long :
- # Supported in m3.2.0-m4.2.0
- # Status of the request.
- Boolean :
- # Supported in m3.2.0-m4.2.0
- # Object with schema details.
- CassandraSchemaObject :
- }