Skip to main content

createAvatar

Creates a new avatar owned by the authenticated user and returns it. Requires a valid game token; the new avatar is always owned by the caller. input.name is optional and defaults to "Default Avatar".

createAvatar(
input: CreateAvatarInput!
): Avatar!

Arguments

createAvatar.input ● CreateAvatarInput! non-null input

Avatar creation fields (see CreateAvatarInput).

Type

Avatar object