Skip to main content

ReportableSchema

type ReportableSchema {
name: String!
description: String
apiName: String!
internalId: String!
schemaType: SchemaTypeEnum!
tableName: String!
companyId: String
recordsCount: Int!
versionId: Int!
id: ID!
createdAt: DateTime
updatedAt: DateTime
properties: [ReportableSchemaProperty!]!
forwardAssociations: [ReportableSchemaAssociation!]!
backwardAssociations: [ReportableSchemaAssociation!]!
}

Fields

ReportableSchema.name ● String! non-null scalar

ReportableSchema.description ● String scalar

ReportableSchema.apiName ● String! non-null scalar

ReportableSchema.internalId ● String! non-null scalar

ReportableSchema.schemaType ● SchemaTypeEnum! non-null enum

ReportableSchema.tableName ● String! non-null scalar

ReportableSchema.companyId ● String scalar

ReportableSchema.recordsCount ● Int! non-null scalar

ReportableSchema.versionId ● Int! non-null scalar

ReportableSchema.id ● ID! non-null scalar

ReportableSchema.createdAt ● DateTime scalar

ReportableSchema.updatedAt ● DateTime scalar

ReportableSchema.properties ● [ReportableSchemaProperty!]! non-null object

ReportableSchema.forwardAssociations ● [ReportableSchemaAssociation!]! non-null object

ReportableSchema.backwardAssociations ● [ReportableSchemaAssociation!]! non-null object

Returned By

getReportableSchema query ● listReportableSchemas query

Member Of

ReportableSchemaAssociation object ● ReportableSchemaProperty object ● ReportSchema object