To execute Salesforce GraphQL from PostMan client, please check the following:
Sample Query:
query ContactsCount {
uiapi {
aggregate {
Contact {
edges {
node {
aggregate {
Id { count { value } }
}
}
}
}
}
}
}
Output: