contactListByPage
query {
contact {
contactListByPage(page: 1) {
... on NonNullListOfNonNullContactValue {
value {
contactNid
name
surname
knownAs
code
genderByAge
genderEnum
emailWork
emailPrivate
phonePrivate
phoneWork
}
}
... on ContactListByPageViolationList {
errors: value {
category
message
path
}
}
}
}
}