mutation userCurrentAvatarSelect($id: ID!) { userCurrentAvatarSelect(id: $id) { success errors { ...errors } } }