Hi all,
In a JSON call-step in a Desktop component I use a query like this in order to retrieve the Version and Published on details.
{"query":"query getDetails {
product(gid: \"#IDAta#\") {
gid
draftVersion {
name
_effectiveFrom {
id
timestamp
}
}
}
}"}

Does anyone know how to expand the query so that also Published by is retrieved?
Kind regards,
Albert