create_certification_project_image_request#
Create a certification project image request
Arguments#
id
| ObjectID required
ObjectID ID of the resource.
Returns#
response_type
| single
response_object
| Certification Project Image Request
Mutation example
mutation {
create_certification_project_image_request(id: "6304c560cbb2b2d2d4053b8e", input: {}) {
error {
detail
status
}
data {
_id
}
}
}