get_certification_project_by_pid#

Get certification project using Red Hat Connect project ID.

Arguments#

pid | String required

RHC ID of the resource.

Returns#

response_type | single

response_object | Certification Project

Query example:

{
  get_certification_project_by_pid(pid: "example") {
    error {
      detail
      status
    }

    data {
      _id
    }
  }
}