Merge pull request #2 from dshulyak/orm

Resolve several problems after conflicts
This commit is contained in:
CGenie 2015-09-15 09:45:26 +02:00
commit 39462ef2e4

View File

@ -13,8 +13,8 @@ input:
schema: str!
value:
hosts_names:
schema: [{value: str!}]
schema: [str!]
value: []
hosts_ips:
schema: [{value: str!}]
schema: [str!]
value: []