Serve null outfit names for anon outfits

Oopsie!
This commit is contained in:
Emi Matchu 2021-04-16 19:26:07 -07:00
parent e3ac9d06e5
commit 6f03a13516

View file

@ -3,7 +3,7 @@ import { gql } from "apollo-server";
const typeDefs = gql`
type Outfit {
id: ID!
name: String!
name: String
petAppearance: PetAppearance!
wornItems: [Item!]!
closetedItems: [Item!]!