Is it possible to get traits list by avatar id? #48
serhij-tymoschenko
started this conversation in
General
Replies: 1 comment 1 reply
|
You want to get the traits/layers of a single avatar in a single request? I don't know off-hand whether there is an operation that returns that, but Headgear itself uses a request that returns the traits/layers of every avatar a user holds and picks out the current avatar's data from there. If you've not seen it, check out this module, it defines the GQL API requests Headgear makes: Lines 205 to 210 in 156ec65 I know the web client didn't used to use a request that returned a single avatar, but it's quite possible that the mobile clients do — they also use GQL queries, and tend to use more granular requests. I have a vague memory that the mobile clients do make such a request when I looked at them in the past... |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I mean, GQL operation id for getting single avatar traits
All reactions