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
}