Homepage

Table

Last edit: Apr 18, 2024

Table definition (old ModelSchema)

type Table implements AdminPropertiesInterface, AdminSharedAttributesInterface {
  created_at: JSONDate!
  fields: [Property!]!
  id: ID!
  metadata: HashObject
  name: String!
  parameterized_name: String!
  physical_file_path: String
  properties: [Property!]!
  updated_at: JSONDate!
}

Fields

created_at (JSONDate)

fields (Property)

Deprecated, use properties instead.

id (ID)

metadata (HashObject)

name (String)

parameterized_name (String)

physical_file_path (String)

defines the physical path of the file

properties (Property)

List of properties attributes to be included in the results

updated_at (JSONDate)

Interfaces

AdminPropertiesInterface

AdminSharedAttributesInterface

Questions?

We are always happy to help with any questions you may have.

contact us