Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nk-coding committed Oct 10, 2024
1 parent 8d9fe60 commit 27751d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ class InterfaceDefinition(
@NodeRelationship(INTERFACE_SPECIFICATION_VERSION, Direction.OUTGOING)
@GraphQLDescription("The InterfaceSpecificationVersion present on the ComponentVersion")
@FilterProperty
@OrderProperty
val interfaceSpecificationVersion by NodeProperty<InterfaceSpecificationVersion>()

@NodeRelationship(COMPONENT_VERSION, Direction.OUTGOING)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ class ComponentGraphUpdater(updateContext: NodeBatchUpdater = NodeBatchUpdateCon
definition.invisibleSelfDefined = false
}
internalUpdatedNodes += definition
handleUpdatedInterfaceDefinition(definition)
validateRelatedComponentVersions(componentVersion, setOf(interfaceSpecificationVersion))
}
}
Expand Down

0 comments on commit 27751d8

Please sign in to comment.