Skip to main content

MedicationCreate

Create a new Medication resource.

Mutation

mutation MedicationCreate($input: MedicationCreateInput!) {
MedicationCreate(input: $input) {
id
}
}

Input

Return Type

Returns the created Medication resource.