link
GraphQL Schema definition
- type Column {
- aggregate: Boolean! @deprecated( reason: "This field is not useful." )
- default: Boolean!
- dimensional: Boolean! @deprecated( reason: "This field is not useful." )
- displayName: String!
- name: String!
- nullable: Boolean! @deprecated( reason: "This field is not useful." )
- sortable: Boolean!
- type: DataTypeEnum!
- }