get_partner_solution_production

Contents

get_partner_solution_production#

Get a partner solution production.

Backed endpoint | RESTGetPartnerSolutionProductionById

Arguments#

id | ObjectID required

ObjectID ID of the resource.

Returns#

response_type | single

response_object | Partner Solution Production

Query example

{
  get_partner_solution_production(id: "6304c560cbb2b2d2d4053b8e") {
    error {
      detail
      status
    }

    data {
      _id
    }
  }
}