You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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?
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:What we need to do:
The text was updated successfully, but these errors were encountered: