contacts
This query fetches a collection of contacts that match the requested search text. The requested search text is compared against the contacts name, email address, telephone number(s), medical specialisation and numbers (such as NHS Number).
contacts(
search: String
pagination: Pagination
options: QueryOptions
): ContactData
Arguments
contacts.search ● String scalar
contacts.pagination ● Pagination input
contacts.options ● QueryOptions input
Type
ContactData object
A collection of contacts and the associated pagination information.