Get createdBy info of a Discount Node type Discount Basic

Hi, I’m using graqhql admin api version 2025-04. I wanna get createdBy info of a discount Node but in the response of discountNode query there is no such as that field. Which api can I use to get that info?

Hey @Xuan_Hoa_Vo , there isn’t currently a createdBy field on that object. Can you share more context on what you would expect to be returned in that field? Is it an app that created the discount, or maybe the staff?

One place you could check is add in the events connection to see if these details are there: DiscountNode - GraphQL Admin

Hey @Xuan_Hoa_Vo

Are you still experiencing this issue, or can I mark this as solved?

Pending @Xuan_Hoa_Vo 's answer, my hunch is it’s the same problem reported here:

But let us know if that’s not the same problem.

Hi guys, I’m able to get createdBy info by using events field from the graphql API, inside the event object it has info which app create the discount