Skip to main content

ReportableSchemaAssociation

type ReportableSchemaAssociation {
id: ID!
schemaId: String!
schemaKey: String!
associatedSchemaId: String!
associatedSchemaKey: String!
joinThroughTable: String
joinThroughSchemaKey: String
joinThroughAssociatedSchemaKey: String
additionalQualifiers: [String!]
schema: ReportableSchema!
associatedSchema: ReportableSchema!
}

Fields

ReportableSchemaAssociation.id ● ID! non-null scalar

ReportableSchemaAssociation.schemaId ● String! non-null scalar

ReportableSchemaAssociation.schemaKey ● String! non-null scalar

ReportableSchemaAssociation.associatedSchemaId ● String! non-null scalar

ReportableSchemaAssociation.associatedSchemaKey ● String! non-null scalar

ReportableSchemaAssociation.joinThroughTable ● String scalar

ReportableSchemaAssociation.joinThroughSchemaKey ● String scalar

ReportableSchemaAssociation.joinThroughAssociatedSchemaKey ● String scalar

ReportableSchemaAssociation.additionalQualifiers ● [String!] list scalar

ReportableSchemaAssociation.schema ● ReportableSchema! non-null object

ReportableSchemaAssociation.associatedSchema ● ReportableSchema! non-null object

Member Of

ReportableSchema object ● ReportSchema object