Character.friends

Undocumented in source.
class Character
@GQLDUda(GQLDDescription("The friends of the character, or an empty list if " ~ "they have none."))
NullableStore!(Nullable!(Nullable!(Character)[])) friends;

Meta