| Argument | Type | Description |
|---|---|---|
locationIdrequired | ID! | ID of the location |
mutation($locationId: ID!) { acquireFaxNumber(locationId: $locationId) { id # Add other fields you need }}{ "locationId": "1"}| Argument | Type | Description |
|---|---|---|
locationIdrequired | ID! | ID of the location |
mutation($locationId: ID!) { acquireTollFreeNumber(locationId: $locationId) { id # Add other fields you need }}{ "locationId": "1"}mutation( $areaCode: String, $locationId: ID!) { acquireTwilioPhoneNumber( areaCode: $areaCode, locationId: $locationId ) { id # Add other fields you need }}{ "areaCode": "example", "locationId": "1"}Assigns a provider to a location
mutation( $locationId: ID!, $providerId: ID!) { assignProviderToLocation( locationId: $locationId, providerId: $providerId ) { id # Add other fields you need }}{ "locationId": "1", "providerId": "1"}Batch create or update multiple org preferences in a single operation
| Argument | Type | Description |
|---|---|---|
preferencesrequired | [OrgPreferenceInput!]! | Preferences |
mutation($preferences: [OrgPreferenceInput!]!) { batchUpsertOrgPreferences(preferences: $preferences) { id # Add other fields you need }}{ "preferences": {}}| Argument | Type | Description |
|---|---|---|
input | AlertInput | Input data for alert operation |
mutation($input: AlertInput) { createAlert(input: $input) { id # Add other fields you need }}{ "input": {}}mutation($input: CageInput) { createCage(input: $input) { id # Add other fields you need }}{ "input": {}}| Argument | Type | Description |
|---|---|---|
input | ClientRdvmInput | Input data for client rdvm operation |
mutation($input: ClientRdvmInput) { createClientRdvm(input: $input) { id # Add other fields you need }}{ "input": {}}| Argument | Type | Description |
|---|---|---|
input | ClientReferralSourceInput | Input data for client referral source operation |
mutation($input: ClientReferralSourceInput) { createClientReferralSource(input: $input) { id # Add other fields you need }}{ "input": {}}| Argument | Type | Description |
|---|---|---|
input | ConsentFormInput | Input data for consent form operation |
mutation($input: ConsentFormInput) { createConsentForm(input: $input) { id # Add other fields you need }}{ "input": {}}| Argument | Type | Description |
|---|---|---|
input | CustomLocationAttributeInput | Input data for custom location attribute operation |
mutation($input: CustomLocationAttributeInput) { createCustomLocationAttribute(input: $input) { id # Add other fields you need }}{ "input": {}}| Argument | Type | Description |
|---|---|---|
input | DepartmentInput | Input data for department operation |
mutation($input: DepartmentInput) { createDepartment(input: $input) { id # Add other fields you need }}{ "input": {}}| Argument | Type | Description |
|---|---|---|
input | EntityValidationInput | Input data for entity validation operation |
mutation($input: EntityValidationInput) { createEntityValidation(input: $input) { id # Add other fields you need }}{ "input": {}}mutation { createLocation { id # Add other fields you need }}| Argument | Type | Description |
|---|---|---|
input | LocationAttributeInput | Input data for location attribute operation |
mutation($input: LocationAttributeInput) { createLocationAttribute(input: $input) { id # Add other fields you need }}{ "input": {}}| Argument | Type | Description |
|---|---|---|
input | LocationTagInput | Input data for location tag operation |
mutation($input: LocationTagInput) { createLocationTag(input: $input) { id # Add other fields you need }}{ "input": {}}| Argument | Type | Description |
|---|---|---|
input | OrgDepartmentInput | Input data for org department operation |
mutation($input: OrgDepartmentInput) { createOrgDepartment(input: $input) { id # Add other fields you need }}{ "input": {}}| Argument | Type | Description |
|---|---|---|
input | OrgPreferenceInput | Input data for org preference operation |
mutation($input: OrgPreferenceInput) { createOrgPreference(input: $input) { id # Add other fields you need }}{ "input": {}}| Argument | Type | Description |
|---|---|---|
input | OrgPreferenceInput | Input data for org preference operation |
mutation($input: OrgPreferenceInput) { createOutlookOrgPreference(input: $input) { id # Add other fields you need }}{ "input": {}}mutation($id: ID!) { deleteAlert(id: $id) { id # Add other fields you need }}{ "id": "1"}mutation($id: ID!) { deleteCage(id: $id) { id # Add other fields you need }}{ "id": "1"}| Argument | Type | Description |
|---|---|---|
idrequired | ID! | Unique identifier |
mutation($id: ID!) { deleteClientRdvm(id: $id) { id # Add other fields you need }}{ "id": "1"}| Argument | Type | Description |
|---|---|---|
idrequired | ID! | Unique identifier |
mutation($id: ID!) { deleteClientReferralSource(id: $id) { id # Add other fields you need }}{ "id": "1"}| Argument | Type | Description |
|---|---|---|
idrequired | ID! | Unique identifier |
mutation($id: ID!) { deleteConsentForm(id: $id) { id # Add other fields you need }}{ "id": "1"}| Argument | Type | Description |
|---|---|---|
idrequired | ID! | Unique identifier |
mutation($id: ID!) { deleteCustomLocationAttribute(id: $id) { id # Add other fields you need }}{ "id": "1"}| Argument | Type | Description |
|---|---|---|
idrequired | ID! | Unique identifier |
mutation($id: ID!) { deleteDepartment(id: $id) { id # Add other fields you need }}{ "id": "1"}| Argument | Type | Description |
|---|---|---|
idrequired | ID! | Unique identifier |
mutation($id: ID!) { deleteEntityValidation(id: $id) { id # Add other fields you need }}{ "id": "1"}mutation($id: ID!) { deleteLocation(id: $id) { id # Add other fields you need }}{ "id": "1"}| Argument | Type | Description |
|---|---|---|
idrequired | ID! | Unique identifier |
mutation($id: ID!) { deleteLocationTag(id: $id) { id # Add other fields you need }}{ "id": "1"}mutation( $destinationOrgDepartmentId: ID, $id: ID!) { deleteOrgDepartment( destinationOrgDepartmentId: $destinationOrgDepartmentId, id: $id ) { id # Add other fields you need }}{ "destinationOrgDepartmentId": "1", "id": "1"}mutation($path: String!) { fileDownloadLink(path: $path) { id # Add other fields you need }}{ "path": "example"}mutation( $fromId: ID!, $toId: ID!) { mergeClientReferralSources( fromId: $fromId, toId: $toId ) { id # Add other fields you need }}{ "fromId": "1", "toId": "1"}mutation( $fromId: ID!, $toId: ID!) { reorderAlerts( fromId: $fromId, toId: $toId ) { id # Add other fields you need }}{ "fromId": "1", "toId": "1"}mutation( $fromId: ID!, $toId: ID!) { reorderClientReferralSources( fromId: $fromId, toId: $toId ) { id # Add other fields you need }}{ "fromId": "1", "toId": "1"}mutation( $body: String, $locationId: ID!) { sendLocationChatMessage( body: $body, locationId: $locationId ) { id # Add other fields you need }}{ "body": "example", "locationId": "1"}| Argument | Type | Description |
|---|---|---|
locationIdrequired | ID! | ID of the location |
mutation($locationId: ID!) { setChatLastReadAt(locationId: $locationId) { id # Add other fields you need }}{ "locationId": "1"}mutation( $date: Date!, $locationId: ID!, $value: Boolean!) { setDaycareOpen( date: $date, locationId: $locationId, value: $value ) { id # Add other fields you need }}{ "date": {}, "locationId": "1", "value": true}Removes a provider from a location
mutation( $locationId: ID!, $providerId: ID!) { unassignProviderFromLocation( locationId: $locationId, providerId: $providerId ) { id # Add other fields you need }}{ "locationId": "1", "providerId": "1"}| Argument | Type | Description |
|---|---|---|
idrequired | ID! | Unique identifier |
inputrequired | AlertInput! | Input |
mutation( $id: ID!, $input: AlertInput!) { updateAlert( id: $id, input: $input ) { id # Add other fields you need }}{ "id": "1", "input": {}}| Argument | Type | Description |
|---|---|---|
idrequired | ID! | Unique identifier |
inputrequired | CageInput! | Input |
mutation( $id: ID!, $input: CageInput!) { updateCage( id: $id, input: $input ) { id # Add other fields you need }}{ "id": "1", "input": {}}| Argument | Type | Description |
|---|---|---|
idrequired | ID! | Unique identifier |
inputrequired | ClientRdvmInput! | Input |
mutation( $id: ID!, $input: ClientRdvmInput!) { updateClientRdvm( id: $id, input: $input ) { id # Add other fields you need }}{ "id": "1", "input": {}}| Argument | Type | Description |
|---|---|---|
idrequired | ID! | Unique identifier |
inputrequired | ClientReferralSourceInput! | Input |
mutation( $id: ID!, $input: ClientReferralSourceInput!) { updateClientReferralSource( id: $id, input: $input ) { id # Add other fields you need }}{ "id": "1", "input": {}}| Argument | Type | Description |
|---|---|---|
idrequired | ID! | Unique identifier |
inputrequired | ConsentFormInput! | Input |
mutation( $id: ID!, $input: ConsentFormInput!) { updateConsentForm( id: $id, input: $input ) { id # Add other fields you need }}{ "id": "1", "input": {}}| Argument | Type | Description |
|---|---|---|
idrequired | ID! | Unique identifier |
inputrequired | CustomLocationAttributeInput! | Input |
mutation( $id: ID!, $input: CustomLocationAttributeInput!) { updateCustomLocationAttribute( id: $id, input: $input ) { id # Add other fields you need }}{ "id": "1", "input": {}}| Argument | Type | Description |
|---|---|---|
idrequired | ID! | Unique identifier |
inputrequired | DepartmentInput! | Input |
mutation( $id: ID!, $input: DepartmentInput!) { updateDepartment( id: $id, input: $input ) { id # Add other fields you need }}{ "id": "1", "input": {}}| Argument | Type | Description |
|---|---|---|
idrequired | ID! | Unique identifier |
inputrequired | EntityValidationInput! | Input |
mutation( $id: ID!, $input: EntityValidationInput!) { updateEntityValidation( id: $id, input: $input ) { id # Add other fields you need }}{ "id": "1", "input": {}}Updates a location
| Argument | Type | Description |
|---|---|---|
idrequired | ID! | Unique identifier |
input | LocationInput | Input data for location operation |
mutation( $id: ID!, $input: LocationInput) { updateLocation( id: $id, input: $input ) { id # Add other fields you need }}{ "id": "1", "input": {}}| Argument | Type | Description |
|---|---|---|
idrequired | ID! | Unique identifier |
inputrequired | LocationAttributeInput! | Input |
mutation( $id: ID!, $input: LocationAttributeInput!) { updateLocationAttribute( id: $id, input: $input ) { id # Add other fields you need }}{ "id": "1", "input": {}}| Argument | Type | Description |
|---|---|---|
idrequired | ID! | Unique identifier |
inputrequired | LocationTagInput! | Input |
mutation( $id: ID!, $input: LocationTagInput!) { updateLocationTag( id: $id, input: $input ) { id # Add other fields you need }}{ "id": "1", "input": {}}Update the viewer's org if the provider is an org admin
| Argument | Type | Description |
|---|---|---|
input | OrgInput | Input data for org operation |
mutation($input: OrgInput) { updateOrg(input: $input) { id # Add other fields you need }}{ "input": {}}| Argument | Type | Description |
|---|---|---|
idrequired | ID! | Unique identifier |
inputrequired | OrgDepartmentInput! | Input |
mutation( $id: ID!, $input: OrgDepartmentInput!) { updateOrgDepartment( id: $id, input: $input ) { id # Add other fields you need }}{ "id": "1", "input": {}}| Argument | Type | Description |
|---|---|---|
idrequired | ID! | Unique identifier |
inputrequired | OrgPreferenceInput! | Input |
mutation( $id: ID!, $input: OrgPreferenceInput!) { updateOrgPreference( id: $id, input: $input ) { id # Add other fields you need }}{ "id": "1", "input": {}}| Argument | Type | Description |
|---|---|---|
idrequired | ID! | Unique identifier |
input | OrgPreferenceInput | Input data for org preference operation |
mutation( $id: ID!, $input: OrgPreferenceInput) { updateOutlookOrgPreference( id: $id, input: $input ) { id # Add other fields you need }}{ "id": "1", "input": {}}mutation( $clinicImage: Upload!, $locationId: ID!) { uploadClinicImage( clinicImage: $clinicImage, locationId: $locationId ) { id # Add other fields you need }}{ "clinicImage": {}, "locationId": "1"}mutation( $id: ID!, $logo: Upload!) { uploadLocationLogo( id: $id, logo: $logo ) { id # Add other fields you need }}{ "id": "1", "logo": {}}mutation($logo: Upload!) { uploadOrgLogo(logo: $logo) { id # Add other fields you need }}{ "logo": {}}