Skip to content

Commit

Permalink
fix(): add community name
Browse files Browse the repository at this point in the history
  • Loading branch information
hopetambala committed May 3, 2019
1 parent f9f8cd9 commit aa892de
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/js/queries/records.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export const all_records = gql`
telephoneNumber
educationLevel
occupation
communityname
city
province
clinicProvider
Expand Down Expand Up @@ -85,6 +86,7 @@ export const allRecordsByOrganization = gql`
telephoneNumber
educationLevel
occupation
communityname
city
province
clinicProvider
Expand All @@ -109,6 +111,7 @@ export const allVitalsByOrganization = gql`
telephoneNumber
educationLevel
occupation
communityname
city
province
clinicProvider
Expand Down Expand Up @@ -145,6 +148,7 @@ export const allEnvsByOrganization = gql`
telephoneNumber
educationLevel
occupation
communityname
city
province
clinicProvider
Expand Down Expand Up @@ -186,6 +190,7 @@ export const allEvalMedicalsByOrganization = gql`
telephoneNumber
educationLevel
occupation
communityname
city
province
clinicProvider
Expand Down

0 comments on commit aa892de

Please sign in to comment.