relationCompiler property

RelationCompiler get relationCompiler

Get or create relation compiler.

Implementation

RelationCompiler get relationCompiler =>
    _relationCompiler ??= RelationCompiler(
      schema: schema ?? schemaRegistry,
      provider: provider,
    );