ResearchDefinitionUpdate
Update an existing ResearchDefinition resource.
Mutation
mutation ResearchDefinitionUpdate($id: ID!, $input: ResearchDefinitionUpdateInput!) {
ResearchDefinitionUpdate(id: $id, input: $input) {
id
}
}
Input
id: ID of the resource to updateinput: See ResearchDefinitionUpdateInput for input fields.
Return Type
Returns the updated ResearchDefinition resource.