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