OBJECT

CassandraColumnObject

Description

Supported in m3.2.0-m4.2.0 Object with cassandra column details.

link GraphQL Schema definition

  • type CassandraColumnObject {
  • # Supported in m3.2.0-m4.2.0
  • # Name of the cassandra column.
  • columnName: String
  • # Supported in m3.2.0-m4.2.0
  • # Type of the cassandra column.
  • columnType: String
  • }