GraphQL Owner of a pulse

How do I get an owner of a pulse?

I see a creator, but no owners.

query {
boards(ids:“***”) {
id,
name,

pulses {
  id,
  name,
  
  creator {
    id,
    
  }
}

}
}

Hello there @FridayBilling,

I understand you want to get the information about the user who is assigned to a “people” column for an item.

You can do that as explained here :smile:

Cheers,
Matias