@awell-health/awell-extensions 1.0.240 → 1.0.241
Sign up to get free protection for your applications and to get access to all the features.
@@ -1 +1 @@
|
|
1
|
-
export declare const addIdentifierToPatientMutation = "\nmutation AddIdentifierToPatient(input: AddIdentifierToPatientInput!) {\n addIdentifierToPatient(input: $input) {\n patient {\n id\n }\n }\n }\n";
|
1
|
+
export declare const addIdentifierToPatientMutation = "\nmutation AddIdentifierToPatient($input: AddIdentifierToPatientInput!) {\n addIdentifierToPatient(input: $input) {\n patient {\n id\n }\n }\n }\n";
|
@@ -2,7 +2,7 @@
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.addIdentifierToPatientMutation = void 0;
|
4
4
|
exports.addIdentifierToPatientMutation = `
|
5
|
-
mutation AddIdentifierToPatient(input: AddIdentifierToPatientInput!) {
|
5
|
+
mutation AddIdentifierToPatient($input: AddIdentifierToPatientInput!) {
|
6
6
|
addIdentifierToPatient(input: $input) {
|
7
7
|
patient {
|
8
8
|
id
|