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!
|
id: Int!
|
||||||
category: Category
|
category: Category
|
||||||
name: String!
|
name: String!
|
||||||
photoUrls: String!
|
photoUrls: [String!!]
|
||||||
tags: Tag
|
tags: [Tag!]
|
||||||
# pet status in the store
|
# pet status in the store
|
||||||
status: StatusEnum
|
status: StatusEnum
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user