IO-951 IO-924 Phonebook fixes

This commit is contained in:
Patrick Fic
2021-04-27 09:32:54 -07:00
parent e99a5f5338
commit 31ce47796a
12 changed files with 136 additions and 0 deletions

View File

@@ -52,5 +52,12 @@ export const GLOBAL_SEARCH_QUERY = gql`
name
}
}
search_phonebook(args: { search: $search }) {
id
firstname
lastname
company
phone1
}
}
`;