Skip to content

Support LinkML Abstract classes #65

Open
@jgadling

Description

@jgadling

LinkML supports an abstract: true property on classes. Our code generation should support these abstract classes, but there are some decisions we need to make first:

  1. Do we want to represent these abstract classes in our DB schema or GraphQL schema at all, or do they just get hidden, with their fields inherited by concrete classes?

What we need to do:

  • Decide how to map these abstract classes to SQLAlchemy models and/or GraphQL interfaces/types
  • Implement the changes necessary to support the decision
  • Document the rationale for our decision

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions