Organization Contacts
Retrieve all contacts in an organization, per organization ID.
Fetch Organization Contacts
query Organization($where: OrganizationWhereUniqueInput!) {
organization(where: $where) {
contacts {
id
fullName
email
phone
}
}
}Headers
Name
Value
Body (OrganizationWhereUniqueInput object)
Name
Type
Description
Response
Name
Type
Description