Files
openapi-generator-original/samples/server/petstore/graphql-nodejs-express-server/docs/Order.md
William Cheng 03711d572f Rename graphql-server to graphql-nodejs-express-server (#1822)
* rename graphql server

* update windows batch file

* fix openpai3 shell script
2019-01-15 22:54:06 +08:00

644 B

Order

Properties

Name Type Description Notes
Id_ Int! [optional] [default to null]
petId Int! [optional] [default to null]
quantity Int! [optional] [default to null]
shipDate String! [optional] [default to null]
status String! Order Status [optional] [default to null]
complete Boolean! [optional] [default to false]

[Back to Model list] [Back to API list] [Back to README]