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