Skip to content

Commit

Permalink
update graphql nodejs samples
Browse files Browse the repository at this point in the history
  • Loading branch information
wing328 committed May 26, 2022
1 parent e83f1ed commit 210b43a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ type Pet {
id: Int!
category: Category
name: String!
photoUrls: String!
tags: Tag
photoUrls: [String!!]
tags: [Tag!]
# pet status in the store
status: StatusEnum
}
Expand Down

0 comments on commit 210b43a

Please sign in to comment.