Serve null outfit names for anon outfits
Oopsie!
This commit is contained in:
parent
e3ac9d06e5
commit
6f03a13516
1 changed files with 1 additions and 1 deletions
|
@ -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!]!
|
||||
|
|
Loading…
Reference in a new issue