find_repository_grades_by_registry_path ======================================= .. div:: sd-font-weight-light sd-fs-6 sd-font-italic sd-text-muted List container grades for a repository. Arguments --------- ``registry`` | String :bdg-danger:`required` .. div:: sd-font-weight-light sd-fs-6 sd-font-italic sd-text-muted Container registry. All Red Hat containers use the value of 'registry.access.redhat.com' (regardless of whether they are shipped only to the terms-based registry at registry.redhat.io). Partner containers use the value of 'registry.connect.redhat.com'. ``repository`` | String :bdg-danger:`required` .. div:: sd-font-weight-light sd-fs-6 sd-font-italic sd-text-muted Path of the repository. Returns ------- ``response_type`` | array ``response_object`` | :doc:`/objects/ContainerGrades` Query example .. code-block:: graphql { find_repository_grades_by_registry_path(registry: "example", repository: "example") { error { detail status } data { _id } } }