forked from loafle/openapi-generator-original
update graphql nodejs samples
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user