Skip to main content

ReportSchema

type ReportSchema {
id: ID!
createdAt: DateTime
updatedAt: DateTime
mappingName: String!
schemaId: UUID!
associationId: ID
parentId: UUID
schema: ReportableSchema!
association: ReportableSchemaAssociation
parent: ReportSchema
children: [ReportSchema!]!
report: Report
}

Fields

ReportSchema.id ● ID! non-null scalar

ReportSchema.createdAt ● DateTime scalar

ReportSchema.updatedAt ● DateTime scalar

ReportSchema.mappingName ● String! non-null scalar

ReportSchema.schemaId ● UUID! non-null scalar

ReportSchema.associationId ● ID scalar

ReportSchema.parentId ● UUID scalar

ReportSchema.schema ● ReportableSchema! non-null object

ReportSchema.association ● ReportableSchemaAssociation object

ReportSchema.parent ● ReportSchema object

ReportSchema.children ● [ReportSchema!]! non-null object

ReportSchema.report ● Report object

Returned By

getReportSchemas query

Member Of

Report object ● ReportColumn object ● ReportFilter object ● ReportGroupBy object ● ReportOrderBy object ● ReportSchema object