Skip to content
This repository was archived by the owner on Jan 30, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 22 additions & 1 deletion internal/genpyxis/fragments.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,31 @@ fragment ProductListingSupportedFields on ProductListing {
url
}
legal {
description
license_agreement_url
privacy_policy_url
}
linked_resources {
title
type
description
url
}
faqs {
answer
question
}
search_aliases {
key
value
}
functional_categories
features {
title
description
}
quick_start_configuration {
instructions
}
}

fragment ComponentSupportedFields on CertificationProject {
Expand Down
269 changes: 261 additions & 8 deletions internal/genpyxis/generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading