From baaed70d3139be9aff8c2b3d9614521f7d78302a Mon Sep 17 00:00:00 2001 From: Guy Davenport Date: Thu, 14 Nov 2024 19:51:30 +1300 Subject: [PATCH] removed non-BrAPI entities in config --- .../src/main/resources/graphql-options.yaml | 8 ------ .../src/main/resources/openapi-options.yaml | 26 +------------------ 2 files changed, 1 insertion(+), 33 deletions(-) diff --git a/java/core/src/main/resources/graphql-options.yaml b/java/core/src/main/resources/graphql-options.yaml index be69e99..eee439a 100644 --- a/java/core/src/main/resources/graphql-options.yaml +++ b/java/core/src/main/resources/graphql-options.yaml @@ -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" diff --git a/java/core/src/main/resources/openapi-options.yaml b/java/core/src/main/resources/openapi-options.yaml index cce72e3..1b3c0b5 100644 --- a/java/core/src/main/resources/openapi-options.yaml +++ b/java/core/src/main/resources/openapi-options.yaml @@ -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 \ No newline at end of file + GermplasmAttributeValue: attributeValuePUI \ No newline at end of file