From 090af3f9dba2d8fc8aa9ddf945aee7dc0fafc896 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 00:48:44 +0000 Subject: [PATCH] Update generated schema and code for Pyxis --- internal/genpyxis/schema.graphql | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/internal/genpyxis/schema.graphql b/internal/genpyxis/schema.graphql index d0dc027..73bb2fc 100644 --- a/internal/genpyxis/schema.graphql +++ b/internal/genpyxis/schema.graphql @@ -1656,8 +1656,8 @@ type ContainerRepositoryEdges { """Get a repository by registry and path (product line/image name).""" replaced_by_repository(registry: String, repository: String): ContainerRepositoryResponse - """Get a vendor by label.""" - vendor(label: String): ContainerVendorResponse + """Get the vendor for a repository.""" + vendor(registry: String, repository: String): ContainerVendorResponse } type CertificationProjectResponse { @@ -6368,6 +6368,9 @@ type PartnerSolutionProduction { """Controls visibility of the Partner Solution Production version""" published: Boolean + """Signalize priority in Catalog presentation""" + featured_solution: Boolean + """Checksum of the 'solution_content'""" solution_content_hash: String @@ -6597,6 +6600,7 @@ type PartnerSolutionProductionPaginatedResponse { input PartnerSolutionProductionFilter { draft_id: ObjectIDFilter published: BooleanFilter + featured_solution: BooleanFilter solution_content_hash: StringFilter solution_content: PartnerSolutionFilter _id: ObjectIDFilter