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