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`
|
const typeDefs = gql`
|
||||||
type Outfit {
|
type Outfit {
|
||||||
id: ID!
|
id: ID!
|
||||||
name: String!
|
name: String
|
||||||
petAppearance: PetAppearance!
|
petAppearance: PetAppearance!
|
||||||
wornItems: [Item!]!
|
wornItems: [Item!]!
|
||||||
closetedItems: [Item!]!
|
closetedItems: [Item!]!
|
||||||
|
|
Loading…
Reference in a new issue