Select basic person details

Explanation

Relevant identifying information is retrieved for a single contact, filtered by their name.

query GetPersonDetails {
  contacts(contactSearch: {personNameCont: "Cate"}) {
    id
    name
    keyNames
    gender
    isni
    notes {
      noteText
    }
  }
}

This site uses Just the Docs, a documentation theme for Jekyll.