Skip to main content

GraphQL Owner of a pulse

  • May 2, 2024
  • 1 reply
  • 141 views

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,
    
  }
}

}
}

1 reply

Matias.Monday
Forum|alt.badge.img
  • monday.com Team Member
  • May 5, 2024

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 😀

Cheers,
Matias