Skip to content

Commit

Permalink
removed non-BrAPI entities in config
Browse files Browse the repository at this point in the history
  • Loading branch information
Guy Davenport committed Nov 14, 2024
1 parent 2e304de commit baaed70
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 33 deletions.
8 changes: 0 additions & 8 deletions java/core/src/main/resources/graphql-options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,8 @@ ids:
useIDType: true
nameFormat: "%sDbId"
fieldFor:
CultivarAttribute: attributeDbId
CultivarAttributeValue: attributeValueDbId
GermplasmAttribute: attributeDbId
GermplasmAttributeValue: attributeValueDbId
LocaleAttribute: attributeDbId
LocaleAttributeValue: attributeValueDbId
ObservationUnitAttribute: attributeDbId
ObservationUnitAttributeValue: attributeValueDbId
SeedLotAttribute: attributeDbId
SeedLotAttributeValue: attributeValueDbId
input:
name: input
nameFormat: "%sInput"
Expand Down
26 changes: 1 addition & 25 deletions java/core/src/main/resources/openapi-options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,41 +119,17 @@ properties:
nameFormat: "%sDbId"
link: true
propertyFor:
CultivarAttribute: attributeDbId
CultivarAttributeValue: attributeValueDbId
GermplasmAttribute: attributeDbId
GermplasmAttributeValue: attributeValueDbId
LocaleAttribute: attributeDbId
LocaleAttributeValue: attributeValueDbId
ObservationUnitAttribute: attributeDbId
ObservationUnitAttributeValue: attributeValueDbId
SeedLotAttribute: attributeDbId
SeedLotAttributeValue: attributeValueDbId
name:
nameFormat: "%sName"
link: true
propertyFor:
CultivarAttribute: attributeName
CultivarAttributeValue: attributeValueName
GermplasmAttribute: attributeName
GermplasmAttributeValue: attributeValueName
LocaleAttribute: attributeName
LocaleAttributeValue: attributeValueName
ObservationUnitAttribute: attributeName
ObservationUnitAttributeValue: attributeValueName
SeedLotAttribute: attributeName
SeedLotAttributeValue: attributeValueName
pui:
nameFormat: "%sPUI"
link: true
propertyFor:
CultivarAttribute: attributePUI
CultivarAttributeValue: attributeValuePUI
GermplasmAttribute: attributePUI
GermplasmAttributeValue: attributeValuePUI
LocaleAttribute: attributePUI
LocaleAttributeValue: attributeValuePUI
ObservationUnitAttribute: attributePUI
ObservationUnitAttributeValue: attributeValuePUI
SeedLotAttribute: attributePUI
SeedLotAttributeValue: attributeValuePUI
GermplasmAttributeValue: attributeValuePUI

0 comments on commit baaed70

Please sign in to comment.